Skip to content

An app deployed on Heroku that visualizes a sample data from Sqlite using Plotly and Flask.

Notifications You must be signed in to change notification settings

madhavi-r/Interactive-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive-Dashboard

In this assignment, objective was to build an interactive dashboard to explore the Belly Button Biodiversity DataSet.

Step 1 - Plotly.js Using Plotly.js, to build interactive charts for the dashboard.

  • Display the sample metadata from the route (/metadata/).
  • Display each key/value pair from the metadata JSON object on the page.
  • Create a PIE chart that uses data from samples route (/samples/) to display the top 10 samples.

PIE Chart

  • Create a Bubble Chart that uses data from your samples route (/samples/) to display each sample.

Bubble Chart

  • Create Gauge Chart  to plot the Weekly Washing Frequency obtained.

Weekly Washing Frequency Gauge

  • Update all of the plots any time that a new sample is selected.

Step 2 - Heroku

Deployed Flask app to Heroku at the following link: https://bb-bio-1234.herokuapp.com/

About

An app deployed on Heroku that visualizes a sample data from Sqlite using Plotly and Flask.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published