/SkipIntro

Skip Intro feature of Netflix

Primary LanguageJupyter Notebook

SkipIntro

Skip Intro feature of Netflix

This repository contains a method of finding common subsequence between two videos in real time. It uses vgg-16 to calculate features of a given frame. Then using knn to find similar frames then finding commong subsequences.

This code could be translated into cpp and then could be productionized.