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
python3on your device if not already by looking up the following docs(windows, mac,ubuntucomes pre-installed) - Install
virtualenvif 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.txtto install packages - Run
python3 project.pyto start the server
- Setup a virtual env
- Run
pip install -r requirements.txtto install packages - Run
python project.pyto start the server



