This project is an attempt to visualize the distribution of Covid19 cases chronologically in different states. A Python web application is also made using Streamlit framework.
- Install latest version of Python
- Make a Virtual Environment and activate it.
- Clone this repository
git clone https://github.com/yesdeepakmittal/COVID19-Pandemic-in-India.git
cd COVID19-Pandemic-in-India
pip install -r requirements.txt
- run application using
streamlit run app.py
- Check your application in the browser at
http://localhost:8501
The Docker image is available at DockerHub. This image gets automatically updated for every push
or pull_request
to this repository using GitHub Actions.
- Log in on Play with Docker by signing in using Docker ID
- Create a new instance
- Run the following commands
docker pull yesdeepakmittal/covid19-pandemic-in-india:latest
docker run -it yesdeepakmittal/covid19-pandemic-in-india:latest /bin/sh
pip install streamlit
streamlit run app.py
- Please contribute to the project by adding new functionality and opening a pull request
- For any support/clarification to configure this project, consider opening an Issue