submatch-backend / README.md
Janesh's picture
fix: valid HF colorFrom (purple not violet)
7b6c16a
|
Raw
History Blame Contribute Delete
763 Bytes
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 URL
  • POST /api/jobs/upload — analyze an uploaded video file
  • GET /api/jobs/:id — poll job status
  • GET /api/jobs/:id/report — get report JSON
  • GET /api/jobs/:id/report.html — download HTML report
  • WS /ws/:id — real-time progress stream
  • GET /health — health check

Stack

faster-whisper · Tesseract OCR (Hindi, Kannada, Tamil, Telugu, Marathi, Bengali) · yt-dlp · OpenCV · rapidfuzz · FastAPI