Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 553 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 553 Bytes

COVID-19

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.