Skip to content

๐Ÿ’‰ CovaxFinder: COVID Vaccination Slot Availability Checker - A convenient tool to check COVID-19 vaccination slot availability across different districts in India.

Notifications You must be signed in to change notification settings

deBUGger404/Covid19-Slot-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CovaxFinder:COVID Vaccination Slot Availability Checker

This is a Python script that utilizes the Streamlit framework to create a web application for checking COVID-19 vaccination slot availability in different districts of India. The script fetches data from the CoWIN API, processes it, and displays the information in a tabular format on a Streamlit app.

Application Access

Url of Page: covid19-slot-checker

Features

  • Select the number of days to show vaccination availability using a slider.
  • Choose a district name from the dropdown menu to view availability in that district.
  • Filter vaccination centers by pincode, minimum age, and availability.

Prerequisites

Before running the script, make sure you have the following installed:

  • Python 3.x
  • Streamlit
  • Pandas
  • Requests

You can install the required packages using the following command:

pip install streamlit pandas requests

Usage

Clone this repository to your local machine:

https://github.com/deBUGger404/Covid19-Slot-Checker.git

Navigate to the project directory:

cd Covid19-Slot-Checker

Run the Streamlit app:

streamlit run app.py

Interact with the app through your web browser. Select the number of days, district name, and use the filters to view vaccination slot availability.

Data Source

The district-wise data is obtained from the "district_code.csv" file, which is used to map district names to their corresponding district IDs.

Access Streamlit App

covid19-slot-checker

Feel free to contribute, report issues, or provide suggestions for improvement. Contributions are always welcome!

About

๐Ÿ’‰ CovaxFinder: COVID Vaccination Slot Availability Checker - A convenient tool to check COVID-19 vaccination slot availability across different districts in India.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published