Spaces:
Runtime error
Runtime error
Fix v1.1.2: README.md - Change sdk from gradio to docker for WebSocket streaming
Browse files
README.md
CHANGED
|
@@ -3,11 +3,23 @@ title: STT GPU Service Python v4
|
|
| 3 |
emoji: 🎙️
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
-
sdk:
|
| 7 |
-
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
|
| 11 |
# STT GPU Service Python v4
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
emoji: 🎙️
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
|
| 11 |
# STT GPU Service Python v4
|
| 12 |
|
| 13 |
+
Real-time WebSocket STT streaming service using kyutai/stt-1b-en_fr model.
|
| 14 |
+
|
| 15 |
+
## Features
|
| 16 |
+
- WebSocket streaming (80ms chunks at 24kHz)
|
| 17 |
+
- REST API endpoints
|
| 18 |
+
- FastAPI backend with real-time transcription
|
| 19 |
+
- T4 GPU acceleration
|
| 20 |
+
|
| 21 |
+
## Endpoints
|
| 22 |
+
- `/` - Web interface for testing
|
| 23 |
+
- `/ws/stream` - WebSocket streaming endpoint
|
| 24 |
+
- `/api/transcribe` - REST API endpoint
|
| 25 |
+
- `/health` - Health check
|