An open API service indexing awesome lists of open source software.

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

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`