Spaces:
Running
Running
metadata
title: GenAI DeepDetect
emoji: 🔍
colorFrom: gray
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
GenAI-DeepDetect
Docker-based Hugging Face Space for multimodal deepfake detection.
This Space runs the FastAPI service from src/api/main.py and exposes:
GET /healthPOST /detect/imagePOST /detect/video
Frontend -> Hugging Face Space API
The Next.js frontend now sends requests to /api/* and proxies them to your Hugging Face Space.
- Copy
frontend/.env.local.exampletofrontend/.env.local. - Set
NEXT_PUBLIC_HF_SPACE_ID(default:akagtag/deepdetection). - Optional: set
NEXT_PUBLIC_API_URLto override and point to a local backend.