The data used for this project has been taken from CSSEGISandData's repository: https://github.com/CSSEGISandData/COVID-19
To update dataset:
- Create virtual environment and install debendencies:
$ python3 -m venv env
$ git clone https://github.com/Meerkats1999/COVID-19-AnalysisStuff.git
$ pip3 install -r requirements.txt
- Fetch data:
$ python3 fetchData.py
No inferences have been included as the dataset updates on a day to day basis.
I plan to include some sort of prediction in the future.