Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 288 Bytes

File metadata and controls

10 lines (8 loc) · 288 Bytes

streamlit-template

Streamlit for simple demo in Machine Learning projects

Create env

conda env create -f environment.yml
conda activate stremlit_template
conda install -c conda-forge wxpython -y
pip install -r requirements-dev.in
streamlit run streamlit_app.py