- This repository contains the example Streamlit project to be presented in my talks at 🇨🇿 PyData Prague 2023 meetup and 🇩🇪 PyMunich 2024 Meetup.
Talk & Event | Where | When | Organizer | Link |
---|---|---|---|---|
"Become a Data Storyteller with Streamlit!" | 🇩🇪 Munich, DE | May 21, 2024 | PyMunich | |
"Become a Data Storyteller with Streamlit!" | 🇨🇿 Prague, CZ | November 20, 2023 | PyData Prague |
git clone https://github.com/furkanmtorun/StreamlitPresi.git
cd StreamlitPresi
conda create --name streamlit_presi python=3.11 -y
conda activate streamlit_presi
pip install -r requirements.txt
wget 'https://github.com/patrick013/Object-Detection---Yolov3/raw/master/model/yolov3.weights' -O utils/yolov3.weights
streamlit run Main.py
Run the tests in the parent folder:
pytest tests/* -v
There are several projects and apps using Streamlit! Here, I collected few of them for different categories.
Click here to see the list
Examples
- http://omiclearn.org/
- https://prophet.streamlit.app/
- https://github.com/jrieke/best-of-streamlit
- https://traingenerator.streamlit.app/
Dashboard:
- https://okld-gallery.streamlit.app/?p=elements
- https://shamiraty-streamlit-dashboard-descriptive-analytics-home-5ks7sm.streamlit.app/
- https://similobeta2.streamlit.app/
NLP:
- https://blog.streamlit.io/build-a-chatbot-with-custom-data-sources-powered-by-llamaindex/
- https://docs.streamlit.io/knowledge-base/tutorials/build-conversational-apps
- https://llm-examples.streamlit.app/
- https://streamlit.io/gallery?category=nlp-language
- https://blog.streamlit.io/chat-with-pandas-dataframes-using-llms/
Image:
- Furkan M. Torun
- Twitter: @furkanmtorun
- Mail: furkanmtorun[at]gmail[dot]com
- Academia: Google Scholar Profile
- Website: furkanmtorun.github.io
Moreover, please do not hesitate to comment via opening an issue via GitHub if you have any suggestions or feedback!