Show HN: Local voice assistant using Ollama, transformers and Coqui TTS toolkit
21–30 of 30 posts
Re: Show HN: Local voice assistant using Ollama, transformers and Coqui TTS toolkit
#22Re: Show HN: Local voice assistant using Ollama, transformers and Coqui TTS toolkit
#23Ok, I need this but cloning Majel Barrett as the voice of the Enterprise computer.
Re: Show HN: Local voice assistant using Ollama, transformers and Coqui TTS toolkit
#24Re: Show HN: Local voice assistant using Ollama, transformers and Coqui TTS toolkit
#25Earlier quoted context omitted.
is there anyone to sue you? (how does that work?)
I don't know the details in this case, but it seems plausible that someone still owns the IP and thus might be in a position to initiate legal proceedings.
Re: Show HN: Local voice assistant using Ollama, transformers and Coqui TTS toolkit
#26Coqui's XTTSv2 is good for this because it has a streaming mode. I have my own version of this where I got ~500ms end-to-end response latency, which is much faster than any other open source project I've seen. https://github.com/jdarpinian/chirpy These are easy to make and fun to play with and it's awesome to have everything local. But it will take more to build something truly useable. A truly natural conversational…
I think that's not true. See this for example: https://huggingface.co/facebook/seamless-m4t-v2-large It's not general purpose like GPT4o but translation still seems pretty useful
Re: Show HN: Local voice assistant using Ollama, transformers and Coqui TTS toolkit
#27Coqui's XTTSv2 is good for this because it has a streaming mode. I have my own version of this where I got ~500ms end-to-end response latency, which is much faster than any other open source project I've seen. https://github.com/jdarpinian/chirpy These are easy to make and fun to play with and it's awesome to have everything local. But it will take more to build something truly useable. A truly natural conversational…
> There aren't any open source audio-to-audio models yet I think that's not true. See this for example: https://huggingface.co/facebook/seamless-m4t-v2-large It's not general purpose like GPT4o but translation still seems pretty useful
Re: Show HN: Local voice assistant using Ollama, transformers and Coqui TTS toolkit
#28Looks interesting! Is the latency low enough for it to feel natural? How's the Coqui speech quality?
It supports XTTSv2 which is currently the open-weight state of the art. So, pretty damn good ( https://huggingface.co/coqui/XTTS-v2/blob/main/samples/en_sa... ). Too bad that the project is in limbo after Coqui (the company) folded. The license limits the use of the weights to non-commercial usage unless you buy a commercial license, and there's nobody left to sell you one now.
Re: Show HN: Local voice assistant using Ollama, transformers and Coqui TTS toolkit
#29Re: Show HN: Local voice assistant using Ollama, transformers and Coqui TTS toolkit
#30we have made an open source orchestration which enables you to plug in your own TTS/ASR/LLM for end-to-end voice conversations at -> https://github.com/bolna-ai/bolna . We are also working on a complete open source stack for ASR+TTS+LLM and will be releasing it shortly.
Have you thought about support for the wyoming protocol? That would make it pretty much plug&play with home assistant.