https://github.com/anshajk/covid-vaccinations
A repository to track the rate of covid vaccinations in India
https://github.com/anshajk/covid-vaccinations
covid-19 data-visualization streamlit
Last synced: about 2 months ago
JSON representation
A repository to track the rate of covid vaccinations in India
- Host: GitHub
- URL: https://github.com/anshajk/covid-vaccinations
- Owner: anshajk
- License: mit
- Created: 2021-03-26T12:10:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T08:05:59.000Z (about 5 years ago)
- Last Synced: 2025-07-07T02:07:00.133Z (12 months ago)
- Topics: covid-19, data-visualization, streamlit
- Language: Python
- Homepage: https://share.streamlit.io/anshajk/covid-vaccinations/main/vaccinations.py
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Covid Vaccinations
A repository to track the rate of covid vaccinations in India. The data will be presented in the form of a [streamlit](https://streamlit.io/) app.
## Setup
- `conda create -n python==3.8`
- `conda activate `
- Confirm that pip is using the right python version using `which pip` and the result should contain the name of your conda environment
- Install dependencies `pip install -r requirements.txt`
## Running locally
To run the app locally execute `streamlit run vaccinations.py`