SkillAgentSearch skills...

Deepiracy

Deepiracy - Video piracy detection by using neural networks and string algorithms.

Install / Use

/learn @toxtli/Deepiracy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Deepiracy

Deepary is a tool that is able to find a source video on a taget video. It is capable to detect subsequences of the source video, even if it is highly distorted. You can read a complete explanation of how this work by reading this article.

Installation

Run

pip install -r requirements.txt

Quickstart

Parameters:

python app.py [from_frame_number] [to_frame_number] [how_many_frames] [video_path_1_or_url] [video_path_2_or_url]

Example how to run it with files

python app.py 1 1 -1 video1.mp4 video1.mp4

Example how to run it with youtube URLs

python app.py 1 1 -1 https://www.youtube.com/watch?v=E5K_Ug0Gq0Y https://www.youtube.com/watch?v=E5K_Ug0Gq0Y

Example how to run the real-time detection from webcam

python app.py 1 1 -1 video1.mp4 0

The required files can be downloaded from here:

https://drive.google.com/drive/folders/1BPR6j-3xc0NnlbmO96LD55tRV7e07Ynp?usp=sharing

The results can be found here:

https://drive.google.com/open?id=1iyquDYv1o48mA_ymI7AEjrlZZtqXOOz1

Related Skills

View on GitHub
GitHub Stars37
CategoryContent
Updated2mo ago
Forks3

Languages

Python

Security Score

90/100

Audited on Jan 27, 2026

No findings