Skip to content

Analytics Dashboard web app for coronavirus outbreak in India

Notifications You must be signed in to change notification settings

UtsavMurarka/covid-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.