cyberscribe

joined 1 year ago
 

cross-posted from: https://sh.itjust.works/post/55388

This is a great open source project to create your own locally hosted voice assistants. The user can host it and create their own intents for any sentences/intents they want.

I am a long time user and follow this project closely.

 

cross-posted from: https://sh.itjust.works/post/55351

This is a cool project for an ESP32-S3-Box which can give really good voice support to Homeassistant or Openhab. Once installed on supported hardware, you can host the Inference Server yourself, use their cloud based version, or perform local actions on the device.

 

cross-posted from: https://sh.itjust.works/post/55351

This is a cool project for an ESP32-S3-Box which can give really good voice support to Homeassistant or Openhab. Once installed on supported hardware, you can host the Inference Server yourself, use their cloud based version, or perform local actions on the device.

[–] cyberscribe@sh.itjust.works 0 points 1 year ago

It is very functional especially for DIY-inclined people! The creator has been hired by Nabu Casa (the creators of Homeassistant) to implement voice services for their Year of Voice.

This iteration of Rhasspy (2.5) is quite mature with good features. The only caveat is that it cannot handle wildcard intents. It can have multiple slots for a sentence (e.g Turn on the (kitchen|bedroom) light), but not a wildcard (e.g. Turn on the * light).

Rhasspy 3 has been released as a development build but is still quite early in its lifecycle.

 

This is a great open source project to create your own locally hosted voice assistants. The user can host it and create their own intents for any sentences/intents they want.

I am a long time user and follow this project closely.