Skip to content

nicoloverardo/master-degree-thesis

Repository files navigation

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:

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