This website presents the results of our work.
Link to website: http://www.covidanalytics.io/
After cloning/being up to date with the repo, run (preferably from a virtual environment):
pip install -r requirements.txt
To run the app locally, run from your command line:
python index.py
Then in your browser, insert the address shown in your terminal.
(To exit, CTRL+C)
Once you are done and have checked your changes locally, make a pull request.