Projeto para a disciplina de Séries Temporais (SME0808). Os dados foram extraídos do COVID-19 Data Hub, que pode ser acessado aqui.
Link para o documento overleaf aqui
Link para as perguntas que definimos aqui
Siga as instruções abaixo para rodar o MVP de dashboard na sua máquina
Install python3
git clone https://github.com/heitortanoue/time-series
Go to the folder python: cd .\python
Create the venv: python -m venv env
Go to the venv folder cd .\env\
Activate the environment .\Scripts\activate
Run the following command to install the project's required libraries
cd ..
python -m pip install -r requirements.txt
Go to the project folder cd .\streamlit
Run streamlit run .\0_👋_Introdução.py
to run the app locally