shop-bob/server
dan 98310bf062 Add server component: FastAPI + WebSocket speech pipeline
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>
2026-02-05 13:23:01 -08:00
..
__init__.py Add server component: FastAPI + WebSocket speech pipeline 2026-02-05 13:23:01 -08:00
config.py Add server component: FastAPI + WebSocket speech pipeline 2026-02-05 13:23:01 -08:00
connection_manager.py Add server component: FastAPI + WebSocket speech pipeline 2026-02-05 13:23:01 -08:00
llm.py Add server component: FastAPI + WebSocket speech pipeline 2026-02-05 13:23:01 -08:00
main.py Add server component: FastAPI + WebSocket speech pipeline 2026-02-05 13:23:01 -08:00
pipeline.py Add server component: FastAPI + WebSocket speech pipeline 2026-02-05 13:23:01 -08:00
requirements.txt Add server component: FastAPI + WebSocket speech pipeline 2026-02-05 13:23:01 -08:00
stt.py Add server component: FastAPI + WebSocket speech pipeline 2026-02-05 13:23:01 -08:00
tts.py Add server component: FastAPI + WebSocket speech pipeline 2026-02-05 13:23:01 -08:00