Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.12 KB

COVID-19 Analysis

Asking important and interesting questions regarding Coronavirus outbreak and finding the answers using data.

[Click Here] to view the notebook directly.

The Data directory contains data for confirmed, recovered and deaths due to Corona. The data keeps on updating here.

Installation

  1. Make sure you have Jupyter Notebook installed.

  2. Open terminal/command and clone the repo
    git clone https://github.com/akashadhikari/covid19_analysis.git

  3. Get inside the directory
    cd covid19_analysis

  4. Create a Python virtual environment and install the libraries on requirements.txt. Make sure you have virtualenv installed.
    python3 -m venv .venv
    source .venv/bin/activate
    pip3 install -r requirements.txt

  5. Run Jupyter Notebook
    jupyter notebook