Spaces:
Runtime error
Runtime error
Sync from GitHub via hub-sync
Browse files
README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: DeepShield
|
| 3 |
+
emoji: 🛡️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# DeepShield Backend
|
| 12 |
+
|
| 13 |
+
This is the AI-powered backend for DeepShield, hosted on Hugging Face Spaces.
|
| 14 |
+
It provides multimodal misinformation detection using ViT, BERT, and Gemini Flash.
|
| 15 |
+
|
| 16 |
+
## 🚀 Features
|
| 17 |
+
- **Image Deepfake Detection** (ViT)
|
| 18 |
+
- **Fake News Detection** (BERT)
|
| 19 |
+
- **Explainable AI** (Gemini)
|
| 20 |
+
- **PDF Reports** (WeasyPrint)
|
| 21 |
+
|
| 22 |
+
## 🛠️ Tech Stack
|
| 23 |
+
- FastAPI
|
| 24 |
+
- PyTorch
|
| 25 |
+
- OpenCV
|
| 26 |
+
- Neon Postgres
|