File size: 980 Bytes
2598d68
 
 
 
 
 
 
 
 
 
 
 
3df992b
9665228
3df992b
 
9665228
3df992b
 
 
 
 
9665228
3df992b
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: DeepFake Detection Demo
emoji: 🧠
colorFrom: indigo
colorTo: purple
sdk: streamlit
sdk_version: "1.37.1"
app_file: app.py
pinned: false
---


# 🧠 DeepFake Detection Demo

This application demonstrates a **CPU-based deepfake detection model**
for deep fake rejection including Style GAN and Diffusion model architectures

## 🔍 What This Demo Does
- Accepts an uploaded face image
- Classifies it as **Real** or **Fake**
- Displays confidence and probabilities
- Runs entirely on CPU (TorchScript)

## 🏗 Architecture
- **Model:** Private Hugging Face Model Repository
- **App:** Hugging Face Space (Streamlit)
- **Runtime:** CPU (no GPU required)

## ⚠️ Further Inquiries
Please feel free to contact uzair.mughal@unikrew.com for any queries or information

## 📌 Known Limitations
- Further releases will enhance the model for face editing using AI (such as the swapping of a real face on the body of a real person -- much like a photoshop but using AI)