Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 259 Bytes

Dicoding Collection Dashboard ✨

Setup environment

conda create --name main-ds python=3.9
conda activate main-ds
pip install numpy pandas scipy matplotlib seaborn jupyter streamlit babel

Run steamlit app

streamlit run dashboard.py