Skip to content

Commit cdee239

Browse files
Create README.md
1 parent 9ab71e4 commit cdee239

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SkipIntro
2+
Skip Intro feature of Netflix
3+
4+
This repository contains a method of finding common subsequence between two videos in real time.
5+
It uses vgg-16 to calculate features of a given frame. Then using knn to find similar frames then
6+
finding commong subsequences.
7+
8+
This code could be translated into cpp and then could be productionized.

0 commit comments

Comments
 (0)