- http://nixxer.in/covid
- https://kadatatlukishore.github.io/covid-resources.html (More Resources Links)
├── apps
| ├── Dashboard.py
| ├── News.py
| |__ Predictions.py
├── assets
| ├── favicon.ico
| ├── css files and images
├── app.py
├── requirements.txt
├── index.py
├── Model.py
├── states_india.geojson (To plot the choropleth map)
|__ Procfile
The Code is written in Python 3.9. If you don't have Python installed you can find it here.
git clone https://github.com/kadatatlukishore/Covid-19-Tracker-India.git
cd Covid-19-Tracker-India
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python3 index.py
- If you find any problems in the site, kindly Reach Me