Y
Hacker News
new
|
ask
|
show
|
jobs
by
docheinestages
110 days ago
Does anyone know about a fully offline, open-source project like this voice agent (i.e. STT -> LLM -> TTS)?
3 comments
nicktikhonov
110 days ago
A friend built this, everything working in-browser:
https://ttslab.dev/voice-agent
link
numpad0
109 days ago
This is hardly a novel implementation of [stream responses and chunk on sentences] + [stop on VAD and memory hole the chat log] concept. This takes <1k vibecoded lines to replicate it with an all-local setup.
link
nfrench17
109 days ago
pipecat is the best! (imo)
https://github.com/pipecat-ai/pipecat
link
https://ttslab.dev/voice-agent