Streamlit Cookbook is a compilation of Streamlit app templates that you can use as boilerplate code to jumpstart your own app creation endeavors.
In a nutshell, each recipe allows you to quickly spin up a working Streamlit app that implements the library/tool of interest.
For your convenience, we've categorized tool integrations by library name. For instance, Streamlit app built using OpenAI is a sub-folder in the replicate
folder, thus recipes/replicate
.
To run the app, start by installing Streamlit on the command line using the pip install streamlit
command. Next, change into the directory and launch the app via streamlit run streamlit_app.py
.
We welcome contributions to this repository Contributions can come in many forms whether it be suggesting a recipe idea (please suggest it on the issues page), writing a new recipe, improving a pre-existing recipe, or fixing a typo/error.
Simply submit a pull request here to get started.