项目作者: nicoloverardo

项目描述 :
Master thesis for the MSc in Data Science and Economics at Università degli Studi di Milano
高级语言: Jupyter Notebook
项目地址: git://github.com/nicoloverardo/master-degree-thesis.git
创建时间: 2020-12-01T14:21:54Z
项目社区:https://github.com/nicoloverardo/master-degree-thesis

开源协议:BSD 3-Clause "New" or "Revised" License

下载


A dashboard for COVID-19 prediction in Italy at regional and provincial level

GitHub
GitHub last commit
Code style: black
Code quality
codecov
Lines of code

Master thesis for the MSc in Data Science and Economics at Università degli Studi di Milano.

The complete analysis can be found in the notebooks folder. The source code for models, plot, etc. can be found in the src folder and in the app.py script.

Usage

You can see a preview of the dashboard by clicking on the badge “Open in Streamlit” below

Open in Streamlit

or you can run the development version of the dashboard on your machine by executing:

  1. $ git clone https://github.com/nicoloverardo/master-degree-thesis.git
  2. $ cd master-degree-thesis
  3. $ pip install -r requirements.txt
  4. $ streamlit run app.py