Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anuraganalog/covid19-india-trend-visualizer

A Covid19 Trend Visualizer of India
https://github.com/anuraganalog/covid19-india-trend-visualizer

api covid19 dashboard data india latitude-longitude python3 streamlit trend visualizer

Last synced: 2 days ago
JSON representation

A Covid19 Trend Visualizer of India

Awesome Lists containing this project

README

        

# Covid19 Indian DashBoard

Application's link: [https://covid19-india-dashboard.herokuapp.com/](https://covid19-india-dashboard.herokuapp.com/)

This is a covid19 Indian Dashboard which was written in streamlit.

Currently it's features are:
* Trend of Total/Daily cases in India(Confirmed, Active, Recovered, Deceased)
* A Histogram of active cases across india on a particular date

> Due to the change in API I have updated the app, the below demo is not the current one.

## Demo

![demo](./demo.gif)

## Problems which I have faced

* If your streamlit library's version is 0.57+, then your bokeh library's version must be 2.0.0 else, you cannot see any bokeh plot in the dashboard.