This is the dashboard that integrates visualizations and data scattered accross different repositories, in particular:
- IFCA/mitma-covid that parses mobility data.
- IFCA/covid-risk-map that integrates mobility data with incidence data.
- IFCA/covid-dl to train the Deep Learning models to predict future incidence.
If you want to run the Dashboard check deployment/setup_cloud.sh
for the steps to follow (you may try to run it out of the box if you use /home/ubuntu
as main path).
If your environment is already prepared you can:
- run the Dash apps without the Dashboard templating with:
python dash.py
- run the full Dashboard with:
python run.py