All Projects → nite → covid-19

nite / covid-19

Licence: MIT license
Coronavirus COVID-19 Dashboard - Global Kaggle Data

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to covid-19

2019-nCoV-dash
新型冠状病毒(2019-nCoV)肺炎(COVID-19)疫情展示
Stars: ✭ 13 (-58.06%)
Mutual labels:  plotly, plotly-dash, covid-19
Plotly express
Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py!
Stars: ✭ 633 (+1941.94%)
Mutual labels:  plotly, plotly-dash
Hexapod Robot Simulator
A hexapod robot simulator built from first principles
Stars: ✭ 577 (+1761.29%)
Mutual labels:  plotly, plotly-dash
Plotly.py
The interactive graphing library for Python (includes Plotly Express) ✨
Stars: ✭ 10,701 (+34419.35%)
Mutual labels:  plotly, plotly-dash
Dash Table
A First-Class Interactive DataTable for Dash
Stars: ✭ 382 (+1132.26%)
Mutual labels:  plotly, plotly-dash
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (+1154.84%)
Mutual labels:  plotly, plotly-dash
Fitly
Self hosted web analytics for endurance athletes
Stars: ✭ 65 (+109.68%)
Mutual labels:  plotly, plotly-dash
Django Plotly Dash
Expose plotly dash apps as django tags
Stars: ✭ 287 (+825.81%)
Mutual labels:  plotly, plotly-dash
Plotly.js
Open-source JavaScript charting library behind Plotly and Dash
Stars: ✭ 14,268 (+45925.81%)
Mutual labels:  plotly, plotly-dash
Slapdash
Boilerplate for bootstrapping scalable multi-page Dash applications
Stars: ✭ 225 (+625.81%)
Mutual labels:  plotly, plotly-dash
Data-Visualizations
Data Visualizations is emerging as one of the most essential skills in almost all of the IT and Non IT Background Sectors and Jobs. Using Data Visualizations to make wiser decisions which could land the Business to make bigger profits and understand the root cause and behavioral analysis of people and customers associated to it. In this Reposito…
Stars: ✭ 55 (+77.42%)
Mutual labels:  plotly, plotly-express
Dash Docs
📖 The Official Dash Userguide & Documentation
Stars: ✭ 338 (+990.32%)
Mutual labels:  plotly, plotly-dash
Dashr
Dash for R - An R interface to the Dash ecosystem for creating analytic web applications
Stars: ✭ 337 (+987.1%)
Mutual labels:  plotly, plotly-dash
Socialsentiment
Sentiment Analysis application created with Python and Dash, hosted at socialsentiment.net
Stars: ✭ 402 (+1196.77%)
Mutual labels:  plotly, plotly-dash
Dash Cytoscape
Interactive network visualization in Python and Dash, powered by Cytoscape.js
Stars: ✭ 309 (+896.77%)
Mutual labels:  plotly, plotly-dash
Front End
Coronavirus COVID19 US Cases Dashboard
Stars: ✭ 42 (+35.48%)
Mutual labels:  plotly, plotly-dash
Interactive-Dashboards-and-Data-Apps-with-Plotly-and-Dash
Interactive Dashboards and Data Apps with Plotly and Dash, published by Packt
Stars: ✭ 181 (+483.87%)
Mutual labels:  plotly, plotly-dash
plotly-resampler
Visualize large time-series data in plotly
Stars: ✭ 200 (+545.16%)
Mutual labels:  plotly, plotly-dash
Plotlydash Flask Tutorial
📊📉Embed Plotly Dash into your Flask applications.
Stars: ✭ 265 (+754.84%)
Mutual labels:  plotly, plotly-dash
Dash Sample Apps
Open-source demos hosted on Dash Gallery
Stars: ✭ 2,090 (+6641.94%)
Mutual labels:  plotly, plotly-dash

Coronavirus COVID-19 Dashboard - Global Kaggle Data

Live Dashboard

https://covid19-dash.herokuapp.com/

Data Source

https://www.kaggle.com/imdevskp/corona-virus-report

Dev notes

To get up & running, create a venv, activate & run:

pip install -r requirements.txt
python app.py
# in another terminal, activate again & run:
pip install jupyterlab
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyterlab-plotly
jupyter labextension install plotlywidget
jupyter lab build
jupyter lab # and open notebooks/

To recompile sass: sudo npm i -g sass and either add it to your IDE, or run: sass assets/styles.scss

Features/notes:

  • Kaggle Data Source: https://www.kaggle.com/imdevskp/corona-virus-report
  • Click play on map to animate over time - bubble size is log, hover for data.
  • Hover over barplot to filter timeseries by country - bar size is log10.
  • python Plotly Dash app (an open source dataviz library)

Potential Future Developments

  • Daily auto-updates
  • correlating other data (economic factors, comparison with flu data etc)
  • better granularity/grouping/drill-down, brushing/linking & crossfiltering
  • machine learning predictions,

Screencast

screencast

https://covid19-dash.herokuapp.com/assets/covid-dash-screencast.mp4

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].