Skip to content

thepiratex/tvshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TV Show

An app to display insights for a tv show such as heatmap, trend line, best episode, worst episode etc. Have suggestion? Let me know

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.

Screenshots of the app

Demo_Image_1 Demo_Image_1 Demo_Image_1

Bottleneck

IMDBPY api primarily takes the majority of time in retrieving the data but hey, it's a free service and provides everything for free. Donate a little there if possible.

Author

I built this as a way of displaying my technical abilities to companies looking to hire a data analyst with a curious mindset

Looking for more?

A better UI & faster version developed by Ian can be found here with the full code here