Skip to content

An experiment to classify TV shows using features like words used in their close-captions, etc.

License

Notifications You must be signed in to change notification settings

halflings/tv-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TV Inspector

An experiment to classify TV shows using features like words used in their close-captions, etc.

Presentation

This project was presented at Ericsson's #ehack hackaton. I encourage you to look at my slides where I go over the motivation, methodology and results of this project.

Web app

To launch the web app, run python web.py (or with gunicorn: gunicorn -b 0.0.0.0:5000 web:app)

It looks something like this (gotta love Frank Underwood!):

Image

Setup

  • Install dependencies: pip install -r requirements.txt
  • Run the main file: python features.py

About

An experiment to classify TV shows using features like words used in their close-captions, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published