sheetalbongale / Plotly-Dashboard

Built a full-stack interactive dashboard to explore the Belly Button Biodiversity DataSet using Plotly, Javascript, D3.js, Flask and SQLAlchemy. Deployed app on Heroku: https://belly-button-dashboard-sheetal.herokuapp.com | UT Data Analysis and Visualization Nov 2019 - May 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plotly Dashboard - Belly Button Biodiversity

Built a full stack interactive dashboard to explore the Belly Button Biodiversity DataSet from Public Science Lab.

Technologies used:

Plotly.js | D3.js | Javascript | Python | SQLAlchemy | Flask | HTML and CSS

Deployment:

The dashboard Flask app was deployed using Heroku.

Visit Biodiversity Dashboard Project.

Plotly.js

Used Plotly.js to build interactive charts the dashboard. Following were the different plotly charts:

  • PIE chart that uses data from the samples route (/samples/<sample>) to display the top 10 samples.
  • Bubble Chart that uses data from the samples route (/samples/<sample>) to display each sample.
  • Gauge Chart to plot the Weekly Washing Frequency obtained from the route /wfreq/<sample>

Example Dashboard Page Example Dashboard Page

About

Built a full-stack interactive dashboard to explore the Belly Button Biodiversity DataSet using Plotly, Javascript, D3.js, Flask and SQLAlchemy. Deployed app on Heroku: https://belly-button-dashboard-sheetal.herokuapp.com | UT Data Analysis and Visualization Nov 2019 - May 2020


Languages

Language:JavaScript 52.2%Language:Python 31.1%Language:HTML 16.7%