The project includes a number of Jupyter notebooks on Coronavirus Statistics in India and the information is also represented using a Django website.
- Jupyter notebooks can be directly run using Google Colaboratory.
- 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
Make sure your are in virtual environment$ python manage.py runserver
- The project will be available at 127.0.0.1:8000.
- Data avaliable at the following API documentation https://data.covid19india.org/
- Data has been used from the following api (url = "https://data.covid19india.org/csv/latest/state_wise_daily.csv").
- The website can be found live at http://s76.pythonanywhere.com/