pgits commited on
Commit
9c84dcf
·
verified ·
1 Parent(s): 4020b5c

Fix v1.1.2: README.md - Change sdk from gradio to docker for WebSocket streaming

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -3,11 +3,23 @@ title: STT GPU Service Python v4
3
  emoji: 🎙️
4
  colorFrom: blue
5
  colorTo: green
6
- sdk: gradio
7
- app_file: app.py
8
  pinned: false
9
  ---
10
 
11
  # STT GPU Service Python v4
12
 
13
- Working deployment ready for STT model integration with kyutai/stt-1b-en_fr.
 
 
 
 
 
 
 
 
 
 
 
 
 
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