Building Webapp using Python and Plotly

TV Show

Since we’re in quarantine, it’s common to binge watch a TV show. So naturally to decide which series to pick, I built a webapp. (just like regular people, right?) An app to display insights for a TV show such as heat map, trend line, best episode, worst episode etc.

Libraries Used

  • IMDBPY To pull ratings, name, and other information for all the tv shows from IMDB
  • FLask A microframework to basically connect our python code with web interface.
  • Plot.ly A visualization library for python which supports both python and javascript.

Click here to check the Live App

Screenshots of the app

Demo_Image_1
Demo_Image_1
Demo_Image_1

Code

Github Repo