An interactive Dashboard for prioritizing covid19 vaccine delivery in India
We present you a Machine Learning based predictive model that helps to identify specific groups within the country’s population that are more vulnerable to the pandemic and also how to efficiently distribute the vaccine among these groups. The model divides the country into 3 clusters in the order of vaccination priority based on – Population density, Number of daily Covid-19 cases , Number of Covid-19 deaths and population of the earlier mentioned priority groups.
- Install
python3
on your device if not already by looking up the following docs(windows, mac,ubuntu
comes pre-installed) - Install
virtualenv
if not already by runningpip3 install virtualenv
git clone https://github.com/neeraj2403/Hackathon-dashboard.git
cd Hackathon-dashboard
- Setup a virtual env
- Run
pip3 install -r requirements.txt
to install packages - Run
python3 project.py
to start the server
- Setup a virtual env
- Run
pip install -r requirements.txt
to install packages - Run
python project.py
to start the server