Skip to content

ethanfuerst/imdb-ratings-dashboard

Repository files navigation

imdb-ratings-dashboard

IMDb Ratings Dashboard using Plotly and Dash

Link to dashboard

Files in this repository

app.py - the meat of my application

nba_data.py - the bones of my application, gathers all data from ratings.csv and formats for usage in app.py

ratings.csv - IMDb Ratings Data

Procfile, requirements.txt - other files needed for app.py to run with Heroku

push_heroku_changes.sh - shell script to updated dashboard changes in Heroku