Spaces:
Sleeping
Sleeping
| 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"} | |
| ``` | |