jkarolczak / streamlit-presentation

A crash course on Streamlit - open-source app framework for Machine Learning and Data Science, written in Python.

Home Page:https://share.streamlit.io/jkarolczak/streamlit-presentation/main/app.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This reppository contains app that is a crash course on Streamlit - open-source app framework for Machine Learning and Data Science, written in Python.

Create environment using yml file:

conda env create -f env.yml

Activate created environment:

conda activate streamlit-env

If you use pip:

pip install -r requirements.txt

To run the app:

streamlit run app.py

About

A crash course on Streamlit - open-source app framework for Machine Learning and Data Science, written in Python.

https://share.streamlit.io/jkarolczak/streamlit-presentation/main/app.py


Languages

Language:Python 100.0%