Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
|
@@ -8,11 +8,12 @@ sdk_version: 6.22.0
|
|
| 8 |
python_version: '3.12'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
-
license:
|
| 12 |
models:
|
| 13 |
-
|
| 14 |
datasets:
|
| 15 |
-
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# DeepfakeDet-ViT XAI & Digital Forensics Suite
|
|
@@ -23,4 +24,4 @@ Interactive explainability dashboard and digital forensics suite for the **ViT-S
|
|
| 23 |
- **7 ViT Attribution Methods**: Attention Rollout, Chefer Gradient-Rollout, GradCAM, Integrated Gradients, DeepLIFT, Occlusion Sensitivity, Per-Head Attention.
|
| 24 |
- **5 Classic Digital Forensics Tools**: Error Level Analysis (ELA), Spatial Edge Gradient, Bit Plane Extractor, MinMax Deviation, Wavelet Noise Estimation.
|
| 25 |
- **Forensic Report Generator**: Export multi-panel high-DPI infographic report PNGs.
|
| 26 |
-
- **Dataset Integration**: Log predictions, user ground truth feedback (Real / Fake / FP / FN), and 7-method composite XAI heatmaps to `buildborderless/deepfake-explainability`.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: XAI - DeepfakeDetection & Forensics Suite
|
| 3 |
+
emoji: 👁
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
|
|
|
| 8 |
python_version: '3.12'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
+
license: mit
|
| 12 |
models:
|
| 13 |
+
- buildborderless/CommunityForensics-DeepfakeDet-ViT
|
| 14 |
datasets:
|
| 15 |
+
- buildborderless/deepfake-explainability
|
| 16 |
+
short_description: Most comprehensive suite of tests for research and datasets.
|
| 17 |
---
|
| 18 |
|
| 19 |
# DeepfakeDet-ViT XAI & Digital Forensics Suite
|
|
|
|
| 24 |
- **7 ViT Attribution Methods**: Attention Rollout, Chefer Gradient-Rollout, GradCAM, Integrated Gradients, DeepLIFT, Occlusion Sensitivity, Per-Head Attention.
|
| 25 |
- **5 Classic Digital Forensics Tools**: Error Level Analysis (ELA), Spatial Edge Gradient, Bit Plane Extractor, MinMax Deviation, Wavelet Noise Estimation.
|
| 26 |
- **Forensic Report Generator**: Export multi-panel high-DPI infographic report PNGs.
|
| 27 |
+
- **Dataset Integration**: Log predictions, user ground truth feedback (Real / Fake / FP / FN), and 7-method composite XAI heatmaps to `buildborderless/deepfake-explainability`.
|