Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 203 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 203 Bytes

Setup Environment - Anaconda

conda create --name main-ds python=3.9.19
conda activate main-ds
pip install -r requirements.txt

Run steamlit app

streamlit run dashboard/dashboard.py