Ask HN: Non-cloud voice recognition for home use?
11–20 of 130 posts
Re: Ask HN: Non-cloud voice recognition for home use?
#12Re: Ask HN: Non-cloud voice recognition for home use?
#13I've had some good experience with https://snips.ai . Works like advertised. easy to implement. Hardest thing was getting the microphone and the pie to get along.
Re: Ask HN: Non-cloud voice recognition for home use?
#14Have you considered the Almond integration for Home Assistant? ( https://www.home-assistant.io/integrations/almond/ ) Alternatively, you could just fork the Almond project directly and take it from there: https://github.com/stanford-oval/almond-cloud
No I hadn't. This was why I asked: I know there's alternatives out there but there's so much noise. Thanks.
[1] https://news.ycombinator.com/item?id=17532003
[2] https://news.ycombinator.com/item?id=17534793
[3] https://github.com/stanford-oval/almond-cloud/blob/master/do...
Re: Ask HN: Non-cloud voice recognition for home use?
#15Re: Ask HN: Non-cloud voice recognition for home use?
#16Earlier quoted context omitted.
No I hadn't. This was why I asked: I know there's alternatives out there but there's so much noise. Thanks.
Almond has been posted on HN previously[1]. User voltagex_ commented[2] that self-hosting, while possible is not recommended in the official installation instructions[3] as it is considered significantly more challenging to manage. This may or may not effect your decision to go forward with Almond. [1] https://news.ycombinator.com/item?id=17532003 [2] https://news.ycombinator.com/item?id=17534793 [3] https://github.c…
Re: Ask HN: Non-cloud voice recognition for home use?
#17The cloud based solutions are so vastly superior to the current non-cloud solutions that unless you're something of an expert in ASR you're just going to get frustrated. If you're worried about privacy, Google lets you pay a little extra to immediately delete the audio after you send it to their servers.
Re: Ask HN: Non-cloud voice recognition for home use?
#18Google has papers on device speech recognition, these are used in the keyboard & for live caption on Pixel devices.
Re: Ask HN: Non-cloud voice recognition for home use?
#19Are you searching for a complete solution including NLP and an engine to perform actions? Some of these are already posted, like Home Assistant, and Mycroft. Sphinx is just for the automatic speech recognition (ASR) part. But there are better solutions for that: Kaldi ( https://kaldi-asr.org/ ) is probably the most comprehensive ASR solution, which yields very competitive state-of-the-art results. RASR ( https://www-…
I really just want the speech-to-text. Ideally I'd also like it to recognise who's talking. But that's a bonus.
Re: Ask HN: Non-cloud voice recognition for home use?
#20Earlier quoted context omitted.
Almond has been posted on HN previously[1]. User voltagex_ commented[2] that self-hosting, while possible is not recommended in the official installation instructions[3] as it is considered significantly more challenging to manage. This may or may not effect your decision to go forward with Almond. [1] https://news.ycombinator.com/item?id=17532003 [2] https://news.ycombinator.com/item?id=17534793 [3] https://github.c…
Is there any product where self-hosting _isn't_ more difficult? That seems like a generic warning that could apply to pretty much any product in this space. It seems more like a warning to non-technical users who might not have the experience or know-how to successfully set up a server.
However, the words "significantly more challenging to manage" are straight from their documentation that I linked which I think makes it worth pointing out.
Whether or not it is too challenging is for each individual to decide for themselves.