Skip to content

A Python script that utilizes pre-trained models to check for visual and audio similarity in video files.

License

Notifications You must be signed in to change notification settings

nayeem01/video-and-audio-similarity-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Output

output.png

How to Run main.py

  • python -m venv venv
  • .\venv\Scripts\activate (Windows User)
  • pip install -r requirements.txt
  • check your system have ffmpeg installed or not
    • winget install ffmpeg
  • python main.py

The full description of every function and the full process is in the notebook.(Video_Similarity.ipynb)

About

A Python script that utilizes pre-trained models to check for visual and audio similarity in video files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published