SaaSHub helps you find the best software and product alternatives Learn more →
Rhasspy3 Alternatives
Similar projects and alternatives to rhasspy3
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
willow
Open source, local, and self-hosted Amazon Echo/Google Home competitive Voice Assistant alternative
-
-
-
-
-
Verbi
A modular voice assistant application for experimenting with state-of-the-art transcription, response generation, and text-to-speech models. Supports OpenAI, Groq, Elevanlabs, CartesiaAI, and Deepgram APIs, plus local models via Ollama. Ideal for research and development in voice technology.
-
june
Local voice chatbot for engaging conversations, powered by Ollama, Hugging Face Transformers, and Coqui TTS Toolkit (by mezbaul-h)
-
-
-
home-assistant-assist-desktop
Use Home Assistant Assist on the desktop. Compatible with Windows, MacOS, and Linux
rhasspy3 discussion
rhasspy3 reviews and mentions
- Rhasspy3: An open source voice assistant toolkit for many human languages
-
Show HN: Local Voice Assistant Using Ollama, Transformers and Coqui TTS Toolkit
Hadn't heard of the Wyoming Protocol before, but it's interesting, thanks for mentioning
For others who also hadn't heard of it, here's an overview: https://github.com/rhasspy/rhasspy3/blob/master/docs/wyoming...
-
Building a local AI smart Home Assistant
As a user of Home Assistant, I would want to easily be able to try out different AI models with a single click from the user interface.
Home Assistant allows users to install add-ons which are Docker containers + metadata. This is how today users install Whisper or Piper for STT and TTS. Both these engines have a wrapper that speaks Wyoming, our voice assistant standard to integrate such engines, among other things. (https://github.com/rhasspy/rhasspy3/blob/master/docs/wyoming...)
If we rely on just the ChatGPT API to allow interacting with a model, we wouldn't know what capabilities the model has and so can't know what features to use to get valid JSON actions out. Can we pass our function definitions or should we extend the prompt with instructions on how to generate JSON?
-
Anyone working on linking local Ai with Home Assistant?
A typical Home Assistant pipeline is as follows: WWD -> VAD -> ASR -> Intent Classification -> Event Handler -> TTS. (see [rhasspy](https://github.com/rhasspy/rhasspy3 for reference).
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Jan 2025
Stats
rhasspy/rhasspy3 is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of rhasspy3 is Python.