File size: 763 Bytes
9718195
b165696
 
7b6c16a
b165696
9718195
 
b165696
9718195
 
b165696
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: SubMatch Backend
emoji: 🎙️
colorFrom: purple
colorTo: indigo
sdk: docker
pinned: false
app_port: 7860
---

# SubMatch — Backend API

FastAPI backend for [SubMatch](https://github.com/JaneshKapoor/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