
Streamlit • A faster way to build and share data apps
Dec 27, 2015 · Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver interactive data apps – in only a few lines of code.
Streamlit documentation
Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver dynamic data apps with only a few lines of code. Build and deploy powerful data apps in minutes.
Create an app - Streamlit Docs
The goal is to use Streamlit to create an interactive app for your data or model and along the way to use Streamlit to review, debug, perfect, and share your code.
Install Streamlit - Streamlit Docs
Learn how to install Streamlit with comprehensive guides to use pip, conda, Anaconda Distribution, cloud environments, and command line tools.
Get started with Streamlit - Streamlit Docs
Get started with Streamlit This Get Started guide explains how Streamlit works, how to install Streamlit on your preferred operating system, and how to create your first Streamlit app!
App Gallery - Streamlit
Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver interactive data apps – in only a few lines of code.
Tutorials - Streamlit Docs
Explore step-by-step tutorials for building Streamlit apps including authentication, database connections, data visualization, and advanced features.
Basic concepts of Streamlit - Streamlit Docs
Streamlit's architecture allows you to write apps the same way you write plain Python scripts. To unlock this, Streamlit apps have a unique data flow: any time something must be updated on the screen, …
Run your Streamlit app
Learn how to run Streamlit apps locally, set parameters, configure environment variables, and understand the execution model for development and production.
Install Streamlit using command line
Step-by-step guide to install Streamlit using command line tools and build your first Hello World app.