Spaces:
Running
Running
| 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 "file=@video.mp4" | |
| \`\`\` | |
| # Commit and push | |
| git add README.md | |
| git commit -m "Fix README configuration" | |
| git push space main |