CoolFace
Apppublic

maddy1007/mantis-whisper

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
App README

Mantis Whisper transcription Space

A tiny FastAPI + faster-whisper service for the Mantis video pipeline.

Endpoint: POST /transcribe — multipart field audio (mp3) → { "text": "...", "segments": [{ "start", "end", "text" }] }

Point Mantis at it with, in .env.local:

HF_TRANSCRIBE_URL=https://<your-username>-<space-name>.hf.space/transcribe