abhisonu01 commited on
Commit
39e8740
·
verified ·
1 Parent(s): 7104b2c

Fix Missing Space Configuration

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Deepfake Detection Engine — V6 Forensic-Neural Hybrid
2
 
3
  A production-grade deepfake and AI-generated image detection system combining neural classification (SigLIP2) with classical forensic analysis (ELA, FFT, DCT, noise consistency, edge analysis). Built for college minor project demonstration.
 
1
+ ---
2
+ title: TrueLens Forensics
3
+ emoji: 👁️
4
+ colorFrom: gray
5
+ colorTo: gray
6
+ sdk: docker
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
  # Deepfake Detection Engine — V6 Forensic-Neural Hybrid
12
 
13
  A production-grade deepfake and AI-generated image detection system combining neural classification (SigLIP2) with classical forensic analysis (ELA, FFT, DCT, noise consistency, edge analysis). Built for college minor project demonstration.