Streamlit’s open-source app framework is the easiest way for data scientists and machine learning engineers to create beautiful, performant apps in only a few hours! All in pure Python. All for free.

Streamlit combines three simple ideas:

  • Embrace Python scripting
  • Adding a widget is stright forward. No need to write a backend, define routes, handle HTTP requests, etc
  • Deploy instantly

A minimal framework for powerful apps | image source:Streamlit.io

Video

Reference

Streamlit webpage[ Link]

Documentation [ Link ]

GitHub[ Link ]