
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.
Create an app - Streamlit Docs
In this guide, you're going to use Streamlit's core features to create an interactive app; exploring a public Uber dataset for pickups and drop-offs in New York City.
Building a dashboard in Python using Streamlit
I'll guide you through the process of building this interactive dashboard app from scratch using Streamlit for the frontend. Our backend muscle comes from PyData heavyweights like NumPy, …
Tutorials - Streamlit Docs
Explore step-by-step tutorials for building Streamlit apps including authentication, database connections, data visualization, and advanced features.
Playground • 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.
Streamlit • A faster way to build and share data apps
Thousands of developers use Streamlit as their go-to platform to experiment and build generative AI apps. Create, deploy, and share LLM-powered apps as fast as ChatGPT can compute!
Streamlit 101: The fundamentals of a Python data app
Jul 23, 2024 · The Streamlit community has built hundreds of reusable components that you can easily integrate into your app. These custom-built components turn complex JavaScript code …
Create a multipage app - Streamlit Docs
We can add some fun to our app by adding emojis to our file names that will render in our Streamlit app. Each page will have its own URL, defined by the name of the file.
App testing example - Streamlit Docs
Complete example of testing a Streamlit login page including authentication logic, secrets management, security best practices, and comprehensive test coverage.
Build a basic LLM chat app - Streamlit Docs
Learn to build conversational LLM applications with Streamlit using chat elements, session state, and Python to create ChatGPT-like experiences.