Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 832 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 832 Bytes

COVID-19 Dashboard

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.

Instructions to run the project

Follow the instructions below to run the MVP dashboard on your machine.

Setup


1. Install Python

Install Python 3

2. Clone this repo with

git clone https://github.com/heitortanoue/time-series

3. Install poetry and set up the environment

Install poetry: pip install poetry

Run poetry install

4. Start the app

Navigate to the project folder cd .\python\streamlit

Run streamlit run .\0_👋_Introduction.py to run the app locally