Commit graph

2 commits

Author SHA1 Message Date
dan
e3722e5f0b Add install script with full dependency checks
Verifies NVIDIA T4 driver (>=525), CUDA, Python 3.11+, Ollama,
Piper system libs, then creates venv, installs pip packages,
and downloads the Piper TTS voice model.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 13:53:06 -08:00
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