Best Practices
Repo to demo translating colab/jupyter notebook to streamlit webapp
Virtual Environment
It is recommended that you create projects in their own virtual environments. You can do this using conda with these steps:
- create the environment with the name 'best-p' with python=3.8.5
conda create -y --name best-prac python=3.8.5
- activate environment
conda activate best-prac
- complete "Instructions to Run" section
Instructions to Run
pip install -r requirements.txt
run command streamlit run app.py