/StreamlitPresi

[Talk] "Become a Data Storyteller with Streamlit" | 🇨🇿 PyData Prague'23 & 🇩🇪 PyMunich'24

Primary LanguagePythonMIT LicenseMIT

💈 Streamlit Presi

🚀 Talks

Talk & Event Where When Organizer Link
"Become a Data Storyteller with Streamlit!" 🇩🇪 Munich, DE May 21, 2024 PyMunich PyMunich-FurkanMTorun
"Become a Data Storyteller with Streamlit!" 🇨🇿 Prague, CZ November 20, 2023 PyData Prague PyDataPrague-FurkanMTorun

💊 Installation & Running

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

⚔️ Test

Run the tests in the parent folder:

pytest tests/* -v 

🎈 What can you do with Streamlit?

There are several projects and apps using Streamlit! Here, I collected few of them for different categories.

Click here to see the list

Examples

Dashboard:

NLP:

Image:

👨🏻‍💻 Author and Developer

Moreover, please do not hesitate to comment via opening an issue via GitHub if you have any suggestions or feedback!