deepsquid / README.md
maxhuber's picture
Updated readme, added repo card, fixed rgb/bgr swap
df1c1c5

A newer version of the Gradio SDK is available: 5.20.1

Upgrade
metadata
sdk: gradio
emoji: 🦑
colorFrom: gray
colorTo: pink
title: DeepSquid
short_description: 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