Skip to content

ShrayankM/Covid-19-India-Analysis

Repository files navigation

Covid-19 India Analysis

Python Version Django Version

Description:

The project includes a number of Jupyter notebooks on Coronavirus Statistics in India and the information is also represented using a Django website.

Installation:

  1. Jupyter notebooks can be directly run using Google Colaboratory.
  2. To run the website you will have to install django.
    • After installing django, I recommend to create a virtual environment for your project, using this command.
    $ python3 -m venv _virtual_enviroment_name_
    • After creating virtual environments, install all package requirements from requirements.txt present in Coronavirus Statistics India folder.
    $ pip install -r requirements.txt
    • Clone the project in your personal directory, and change directory to website folder.
    • Run the project using following django command
    $ python manage.py runserver
    Make sure your are in virtual environment
    • The project will be available at 127.0.0.1:8000.

Credits:

License:

  • License: MIT

covidsite_gif

About

Analysis of Covid-19 Pandemic in India

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published