SignApp_Whisper_STT / README.md
SearingShot's picture
Deploy SignApp Whisper service
68b43ce
|
Raw
History Blame Contribute Delete
328 Bytes
---
title: SignApp Whisper STT
emoji: 🎙️
colorFrom: green
colorTo: blue
sdk: docker
app_port: 7860
pinned: false
---
# SignApp Whisper STT
FastAPI service for SignApp speech-to-text.
## API
- `GET /health`
- `POST /transcribe/` with multipart file field `file`
Response:
```json
{"text": "...", "language": "en"}
```