how does wake word work? Does it keep listening and ignore if the last few seconds does not have the wake word/phrase?
Show HN: Pi-C.A.R.D, a Raspberry Pi Voice Assistant
21–30 of 101 posts
Re: Show HN: Pi-C.A.R.D, a Raspberry Pi Voice Assistant
#22Funny, I just picked up a device for use with https://heywillow.io for similar reasons
Re: Show HN: Pi-C.A.R.D, a Raspberry Pi Voice Assistant
#23I've googled it before, but the space is crowded and the caveats are subtle.
Re: Show HN: Pi-C.A.R.D, a Raspberry Pi Voice Assistant
#24I wanted to create a voice assistant that is completely offline and doesn't require any internet connection. This is because I wanted to ensure that the user's privacy is protected and that the user's data is not being sent to any third party servers. Props, and thank you for this.
Re: Show HN: Pi-C.A.R.D, a Raspberry Pi Voice Assistant
#25All 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.
Re: Show HN: Pi-C.A.R.D, a Raspberry Pi Voice Assistant
#26I wanted to create a voice assistant that is completely offline and doesn't require any internet connection. This is because I wanted to ensure that the user's privacy is protected and that the user's data is not being sent to any third party servers. Props, and thank you for this.
I would love for Apple/Google to introduce some tech that would make it provable/verifiable that the camera/mic on the device can only be captured when the indicator is on and that it isn't possible for apps or even higher layers of OS to spoof this
Re: Show HN: Pi-C.A.R.D, a Raspberry Pi Voice Assistant
#27I wanted to create a voice assistant that is completely offline and doesn't require any internet connection. This is because I wanted to ensure that the user's privacy is protected and that the user's data is not being sent to any third party servers. Props, and thank you for this.
I would love for Apple/Google to introduce some tech that would make it provable/verifiable that the camera/mic on the device can only be captured when the indicator is on and that it isn't possible for apps or even higher layers of OS to spoof this
Re: Show HN: Pi-C.A.R.D, a Raspberry Pi Voice Assistant
#28Earlier quoted context omitted.
I would love for Apple/Google to introduce some tech that would make it provable/verifiable that the camera/mic on the device can only be captured when the indicator is on and that it isn't possible for apps or even higher layers of OS to spoof this
That’s allegedly the case in iOS (not the provable part, but I wonder if anyone managed to disprove it yet?)
feel like privacy tech like this that seemed wildly overkill for everyday users becomes necessary as the value of collecting data and profiling humans goes through the roof
Re: Show HN: Pi-C.A.R.D, a Raspberry Pi Voice Assistant
#29Earlier quoted context omitted.
I would love for Apple/Google to introduce some tech that would make it provable/verifiable that the camera/mic on the device can only be captured when the indicator is on and that it isn't possible for apps or even higher layers of OS to spoof this
Red nail polish would like a word
Re: Show HN: Pi-C.A.R.D, a Raspberry Pi Voice Assistant
#30All 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?