-
Clone my repository.
-
Open CMD in working directory.
-
Run following command.
pip install -r requirements.txt
-
vac_checker.py
is the main Python file of Streamlit App. -
To run app, write following command in CMD.
streamlit run vac_checker.py
-
Go to your URL of localhost (Will be available in CMD)
-
You can enter your area Pin-code, it will try to find the vaccination centre & availability near by your area.
-
yt_tutorial.py
is the code only contains the logic behind of fetching data. -
For more explanation of this project see the tutorial on Machine Learning Hub YouTube channel.