deepdefend-api / README.md
nishchandel's picture
Updated readme with proper configs
0bb14ad
metadata
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