Skip to content

harshsri2208/Loud-N-Cloud

 
 

Repository files navigation

Starware

All Contributors

project-manna

Submitted at InOut 2020. This project has been deployed on heroku, and can be accessed from this link. project-manna

risk estimation vaccine requirement

Motivation

Vaccine for Covid-19 has been developed in record time. Now, the next big challenge is a logistical one, manufacturing vaccine at scale and mass innoculation. It will be some time before everyone is vaccinated. So we need to make the best out of the limited supply we will be getting initially. By predicting vunerable demographics beforehand, we can vaccinate these people on a priority basis to decrease fatality rate.

How our model works

We have collected the data from covid19india.org, who are doing an awesome job at crowdsourcing the data!

backend

Model USP

Normally SIR models are made to model infection-spread of a disease. While Project Manna has been improved to support vaccinationation scenario by considering that vaccinated people can't spread or get affected by covid.

Here follows a simple block view of the compartments of the enhanced SIR model.

Model

Model Validation

We tried comparing graphs for a particular district, by comparing graph fitted by the model and the real data graph for covid cases.

Case Comparison Graph

Terminology

  • Risk in a district = Predictied new cases after 15 days
  • Normalized Risk = Risk normalized [0-1]
  • Vaccine Urgency = Normalized Risk * Number of Susceptible cases in district
  • Normalized urgency of vaccination = Vaccine urgency normalized [0-1]
  • Relative vaccine urgency = Normalized Vaccine urgency of district / Summation of normalized vaccine urgency of all districts
  • Vaccine to be provided to district = Relative vaccine urgency * available vaccines

Tech stack

Features

  • General statistics- Active | Confirmed | Recovered cases
  • District wise risk estimation
  • District wise vaccination urgency estimation
  • Risk visualization in different population region (high or low)
  • Decision making on distribution of available vaccinations amongst districts (i.e. how many vaccines to deliver to which district in case a limited supply of vaccines)

Credits

Starware

DesignrKnight/Loud-N-Cloud is Starware.
This means you're free to use the project, as long as you star its GitHub repository.
Your appreciation makes us grow and glow up. ⭐

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Abel Mathew

💻

Roshan Kumar Shaw

💻 🎨

Harsh Srivastava

💻 🎨

Sayan Dey

💻

Chinmay Kabi

💻 🖋

This project follows the all-contributors specification. Contributions of any kind welcome!

About

InOut 2020 Submission

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.1%
  • SCSS 18.7%
  • Python 1.9%
  • Other 0.3%