Skip to content

Heitorcp/time-series

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.9%
  • Python 2.1%