The dashboard project can be accessed here.
Project for the Time Series course (SME0808). The data was extracted from the COVID-19 Data Hub, which can be accessed here.
Follow the instructions below to run the MVP dashboard on your machine.
Install Python 3
git clone https://github.com/heitortanoue/time-series
Install poetry: pip install poetry
Run poetry install
Navigate to the project folder cd .\python\streamlit
Run streamlit run .\0_👋_Introduction.py
to run the app locally