Skip to content

Commit 5c9b5e8

Browse files
author
Theo
committed
Add demo link to README and update face detection model reference
1 parent a8c2c29 commit 5c9b5e8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ A state-of-the-art neural network designed to **detect deepfake videos** and **h
1515
---
1616
#### **How does it work?**
1717
VeridisQuo uses a **hybrid architecture** combining spatial and frequency-domain analysis. **EfficientNet-B4** extracts spatial features from faces, while **frequency analysis** captures artifacts invisible to the human eye. These streams merge into a unified classifier, achieving robust detection across multiple deepfake techniques.
18+
19+
---
20+
#### **Try it online!**
21+
<p align="center">
22+
<a href="https://huggingface.co/spaces/Gazeux33/veridisquo-deepfake-detection" target="_blank">
23+
<img src="https://img.shields.io/badge/🤗%20Try%20Demo-VeridisQuo%20Space-ff9d00?style=for-the-badge" alt="HuggingFace Space"/>
24+
</a>
25+
</p>
26+
1827
</td>
1928
<td width="40%" valign="middle" align="center">
2029
<img src="./assets/logo/VeridisQuo.png" alt="VeridisQuo Logo" width="100%">
@@ -207,7 +216,7 @@ We extracted the frames and faces from these videos to create our dataset:
207216
### Preprocessing Pipeline
208217
The dataset was built using the following pipeline:
209218
1. **Frame Extraction**: 1 FPS from videos (PyAV GPU-accelerated)
210-
2. **Face Detection**: YOLO-based detector (confidence ≥ 0.7)
219+
2. **Face Detection**: [YOLOv11n-face-detection](https://huggingface.co/AdamCodd/YOLOv11n-face-detection) (confidence ≥ 0.7)
211220
3. **Face Extraction**: 224×224 crops with 20px padding
212221
4. **Dataset Split**: Stratified 70/15/15 split
213222
5. **Class Balancing**: Oversample minority class

0 commit comments

Comments
 (0)