1 parent 2ac229e commit 6452472Copy full SHA for 6452472
1 file changed
server/requirements.txt
@@ -2,6 +2,7 @@ fastapi>=0.111.0
2
uvicorn[standard]>=0.30.0
3
requests>=2.32.0
4
python-multipart>=0.0.9
5
+numpy>=1.24.0
6
-# 可选:自托管 Whisper 转写(类似 WhisperLiveKit;不装则 /api/transcribe 不可用)
7
+# 可选:自托管 Whisper 转写 + 流式转写(不装则 /api/transcribe 与 /ws/transcribe 不可用)
8
# faster-whisper>=1.0.3
0 commit comments