File size: 621 Bytes
31b3439
 
 
 
 
 
 
 
 
60efa5a
31b3439
60efa5a
31b3439
60efa5a
31b3439
60efa5a
31b3439
 
 
 
60efa5a
31b3439
60efa5a
31b3439
60efa5a
31b3439
 
 
 
60efa5a
31b3439
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: DeepDefend API
emoji: 🛡️
colorFrom: red
colorTo: blue
sdk: docker
app_port: 7860
pinned: false
---

# 🛡️ DeepDefend API

Advanced Multi-Modal Deepfake Detection System

## API Endpoints

- POST /api/analyze - Analyze video for deepfakes
- GET /api/health - Health check
- GET /api/stats - Statistics
- GET /docs - Interactive API documentation

## Usage

Upload a video file to analyze:

\`\`\`bash
curl -X POST "https://nishchandel-deepdefend-api.hf.space/api/analyze" \\
  -F "[email protected]"
\`\`\`

# Commit and push
git add README.md
git commit -m "Fix README configuration"
git push space main