kHarshit / COVID19_Forecasting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 Analysis and Forecasting

Notebook: View covid19_prediction.ipynb on nbviewer to load images.

Problem Description

COVID-19 spreads faster than any other disease and has an exponential growth rate around the world. Scientists aimed to flatten this curve, for which they need records and data about the impact and spread of COVID-19 in future cases for all the countries in the world. For this, we can perform predictions and Time Series Forecasting to analyze and take preventive measures to reduce the growth rate of COVID-19.

The goal of this project is to analyze the growth of COVID-19 cases and train machine learning algorithms that can forecast the future trend and predict the number of cases based on previous data.

  • Input: Previous data of COVID-19 cases.
  • Output: Future prediction of cases and comparison of various algorithms.

Dataset

The Novel Corona Virus 2019 Dataset is available from redivis.

How to Run

  1. Clone this repo git clone https://github.com/kHarshit/COVID19_Forecasting.git
  2. Download dataset from redivis.
  3. Install dependencies using pip install -r requirements.txt
  4. Execute the commands in the jupyter notebook covid19_prediction.ipynb.

About


Languages

Language:Jupyter Notebook 100.0%