Skip to content

peterCortinas/CommercialDetection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommercialDetection

Google Summer of Code 2015 for Red Hen Labs.

Running the code

comdet.py contains code to generate fingerprint and detect ads.

A dictionary containing database configuarations has to be passed to ComDet() object, the object can then be used to recognize or fingerprint any media file that ffmpeg can access.

Please check comdet.test_generate() and comdet.test_recognize() for more details.

Ensure you pass a dictionary with your configurations, although the tests use default config

A lot of the ideas are borrowed from https://github.com/worldveil/dejavu

About

GSOC 2015 project for Red Hen Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.6%
  • Python 26.0%
  • CSS 25.8%
  • HTML 2.3%
  • Shell 1.3%