Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ colorFrom: gray
|
|
| 6 |
colorTo: gray
|
| 7 |
pinned: true
|
| 8 |
sdk_version: 1.43.1
|
| 9 |
-
|
| 10 |
---
|
| 11 |
|
| 12 |
|
|
@@ -18,7 +18,8 @@ This project implements a deepfake detection system that processes images throug
|
|
| 18 |
1. **Verification Module**: Uses Nvidia AI model for image comparison
|
| 19 |
- Calculates SMI (Structural Matching Index)
|
| 20 |
- Generates difference images
|
| 21 |
-
-
|
|
|
|
| 22 |
- Adds bounding boxes around detected areas
|
| 23 |
|
| 24 |
2. **Labeling System**: Labels detected areas based on threat level
|
|
|
|
| 6 |
colorTo: gray
|
| 7 |
pinned: true
|
| 8 |
sdk_version: 1.43.1
|
| 9 |
+
app_file: streamlit_app.py
|
| 10 |
---
|
| 11 |
|
| 12 |
|
|
|
|
| 18 |
1. **Verification Module**: Uses Nvidia AI model for image comparison
|
| 19 |
- Calculates SMI (Structural Matching Index)
|
| 20 |
- Generates difference images
|
| 21 |
+
-
|
| 22 |
+
Applies threshold visualization
|
| 23 |
- Adds bounding boxes around detected areas
|
| 24 |
|
| 25 |
2. **Labeling System**: Labels detected areas based on threat level
|