Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1 KB

README.md

File metadata and controls

33 lines (17 loc) · 1 KB

Coronavirus Analytical Realtime Interactive Dashboard for India

Visit here

Introduction

India is one of the worst affected nations by the coronavirus outbreak. This tool aims at providing realtime insights on the outbreak in India in the form of interactive charts.

This web app is made using Streamlit.

Data Source : Covid India API

Demo

Demo

Deployment

This app is deployed using Heroku at http://coronavirustrackerindia.herokuapp.com/

Installation

To install the app on your local machine and run on local host :

  1. Clone the repository git clone https://github.com/UtsavMurarka/covid-dashboard.git

  2. Download requirements by pip install -r requirements.txt. (Use of virtual environment is recommended)

  3. Open terminal and run command streamlit run main.py

  4. The app will open in your browser at localhost.