Skip to content

DeepSquid is a custom deepfake detection RNN designed to help users identify fake YouTube videos. Integrated with a Gradio web demo, DeepSquid allows users to simply paste in a YouTube URL to detect potential deepfakes.

Notifications You must be signed in to change notification settings

MaxHuber888/DeepSquid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdk emoji colorFrom colorTo title short_description
gradio
🦑
gray
pink
DeepSquid
Deepfake Detection RNN

The DeepSquid model uses Mesonet to predict deepfake confidence values for each sampled frame of a given YouTube video, and then applies a Recurrent Neural Network (RNN) to the sequence of these frame predictions to produce a final classification for the entire video.

Trained using data from the open-source Deepstar toolkit, DeepSquid demonstrated promising results, even achieving 100% validation accuracy during training. However, its performance is limited by the relatively small and somewhat outdated dataset. Consequently, newer deepfake models or highly advanced video models like SORA are likely to evade detection by DeepSquid.

Time taken by the demo may vary broadly based on internet connection, but usually takes about 10 seconds to load a video and 20 seconds to classify it. The option to classify a video only becomes available once the video is properly loaded.

You can try the demo here: DeepSquid

About

DeepSquid is a custom deepfake detection RNN designed to help users identify fake YouTube videos. Integrated with a Gradio web demo, DeepSquid allows users to simply paste in a YouTube URL to detect potential deepfakes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages