Voice-in/voice-out server for the Shop Bob machine shop assistant. STT (faster-whisper), LLM (Ollama), TTS (Piper) with sentence-level audio streaming over WebSocket for low-latency responses. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
138 B
Text
8 lines
138 B
Text
fastapi>=0.104
|
|
uvicorn[standard]>=0.24
|
|
websockets>=12.0
|
|
faster-whisper>=1.0
|
|
httpx>=0.25
|
|
piper-tts>=1.2
|
|
numpy>=1.24
|
|
pydantic-settings>=2.0
|