deepdetection / README.md
akagtag's picture
Use Gradio Server mode for Space entrypoint
19aa24b
|
Raw
History Blame Contribute Delete
552 Bytes

A newer version of the Gradio SDK is available: 6.20.0

Upgrade
metadata
title: GenAI-DeepDetect
emoji: 🔍
colorFrom: red
colorTo: gray
sdk: gradio
sdk_version: 6.0.1
app_file: app.py
base_path: /
pinned: true
hardware: zero-gpu
license: mit

GenAI-DeepDetect

Gradio Space with FastAPI routes mounted into the same ASGI app.

Frontend/API endpoints:

  • GET /health
  • GET /api/health
  • GET /health/models
  • GET /api/health/models
  • POST /detect/image
  • POST /api/detect/image
  • POST /detect/video
  • POST /api/detect/video

Interactive Gradio demo:

  • GET /
  • GET /gradio (compat redirect)