Author: Muhammad Mourad & Sayed Omar
License: MIT License
A simple dashboard for monitoring COVID-19 using Flask framework.
For convenience create a virtual environment and activate it:
python3 -m venv covid19-venv
source covid19-venv/bin/activate
Install important packages:
pip3 install pandas pygal scipy flask requests pygal_maps_world matplotlib
cd COVID19-Monitor/
flask run