Skip to content

Projeto para a disciplina de Séries Temporais (SME0808). Dashboard interativo para análise e previsão de séries temporais através de modelos estatísticos.

Notifications You must be signed in to change notification settings

heitortanoue/time-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time-series

Projeto para a disciplina de Séries Temporais (SME0808). Os dados foram extraídos do COVID-19 Data Hub, que pode ser acessado aqui.

Projeto Overleaf

Link para o documento overleaf aqui

Perguntas iniciais

Link para as perguntas que definimos aqui

Instruções para rodar o MVP do projeto

Siga as instruções abaixo para rodar o MVP de dashboard na sua máquina

Setup


1. Install Python

Install python3

2. Clone this repo with

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

3. Setup a virtual environment with venv

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

3. Install requirements

Run the following command to install the project's required libraries

cd ..

python -m pip install -r requirements.txt

4. Start the app

Go to the project folder cd .\streamlit

Run streamlit run .\0_👋_Introdução.py to run the app locally

About

Projeto para a disciplina de Séries Temporais (SME0808). Dashboard interativo para análise e previsão de séries temporais através de modelos estatísticos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published