Spaces:
Sleeping
Sleeping
metadata
title: SubMatch Backend
emoji: 🎙️
colorFrom: purple
colorTo: indigo
sdk: docker
pinned: false
app_port: 7860
SubMatch — Backend API
FastAPI backend for SubMatch, the audio-subtitle mismatch detector by PlanetRead.
Endpoints
POST /api/jobs— analyze a YouTube URLPOST /api/jobs/upload— analyze an uploaded video fileGET /api/jobs/:id— poll job statusGET /api/jobs/:id/report— get report JSONGET /api/jobs/:id/report.html— download HTML reportWS /ws/:id— real-time progress streamGET /health— health check
Stack
faster-whisper · Tesseract OCR (Hindi, Kannada, Tamil, Telugu, Marathi, Bengali) · yt-dlp · OpenCV · rapidfuzz · FastAPI