The project is about modelling Covid-19 pandemic using the SIR model.
Files :
- fetchdata.sh -> Will fetch(wget) the data from the given list of urls. Edit this file, to add new data source.
- demo.py -> Processes the downloaded datasets, cleans and creates usable dataframe.
- Analysis.ipynb -> code for all our Analysis and observations along with charts and figures.