Skip to content

anshajk/covid-vaccinations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid Vaccinations

A repository to track the rate of covid vaccinations in India. The data will be presented in the form of a streamlit app.

Setup

  • conda create -n <env-name> python==3.8
  • conda activate <env-name>
  • 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