- 5 Posts
- 2 Comments
Joined 1 year ago
Cake day: April 13th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
- fabio@lemmy.manganiello.techOPtoTechnology@lemmy.world•A fully local RaspberryPi-friendly voice assistantEnglish01·21 days ago
Yes, this is actually very similar to the setup I’ve had for years - just a RPi to do the STT+TTS part, and hooks in the background to control the right services.
OpenWakeWord (the solution I also use in my Platypush setup) is actually very good at hotword detection, especially when paired with libspeex for noise suppression.
The STT models from Vosk are actually quite good too. The 180 MB English model is light enough to run on a RPi and it’s actually quite decent with clean accents. They also have a 1.8 GB model that is very accurate and that actually can still run fine on a RPi5 8 GB.