JacobEkedahl / detect-intros-from-video

MIT License
8 stars 2 forks source link

detect-intros-from-video

About

To start

Configure MongoDB

This program requires that you have a connection to a mongodb server. To configure the the database and url connection create a file called '.secret.json' and place it inside the application root directory.

{
    "dbname": "svt",
    "url": "mongodb://host:port/"
}

Build a dataset and create a Hidden Markov Model (Requires mongodb to be running)

Start software (two processes running)