|
|
|
|
|
by pawelduda
762 days ago
|
|
All I need is a voice assistant that:
- RPi 4 can handle,
- I can integrate with HomeAssistant,
- is offline only, and doesn't send my data anywhere. This project seems to be ticking most, if not all of the boxes, compared to anything else I've seen. Good job! While at it, can someone drop a recommendation for a Rpi-compatible mic for Alexa-like usecase? |
|
You won't get anything practically useful running LLMs on the 4B but you also don't strictly need LLM-based models.
In the Rhasspy community, a common pattern is to do (cheap and lightweight) wake-word detection locally on mic-attached satellites (here 4B should be sufficient) and then stream the actual recording (more computational resources for better results) over the local network to a central hub.