noumanjavaid commited on
Commit
433addc
·
verified ·
1 Parent(s): 4882e62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -6,7 +6,7 @@ colorFrom: gray
6
  colorTo: gray
7
  pinned: true
8
  sdk_version: 1.43.1
9
- app: streamlit_app.py
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
- - Applies threshold visualization
 
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