Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 2.14 KB

README.md

File metadata and controls

49 lines (40 loc) · 2.14 KB

Covid-19-Tracker-India

MIT License

Covid Help Resources

Demo Link:

Data Sources and References:

Directory Tree

├── 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

Setup Instructions:

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

Technologies Used:

  • If you find any problems in the site, kindly Reach Me