vaccine_availability
vaccine_availability copied to clipboard
Get vaccine availability in India
A possible solution to #11 ,currently a filter for >=min_age_limit is given which will return above 45 as well in case the 18 slots are not available,this should fix that...
The program is unable to fetch the details of vaccines available in any district
key changes: 1. Added pin code based distance as another column 2. made some changes in the streamlit app - some performance and some the way it is displayed 3....
Changes made in availability.py and streamlit app Extra module used: base64 added download option instead of using email.
when we set the min age limit to `18` it shows above 45 vaccines also. It's better to have two options 1. 18 - 45 2. above 45 When someone...