Voice Recognition on Embedded Devices - Part 1
I’m currently working to add voice recognition to some of my embedded projects. The requirements are: Must be able to listen continuously Run on embedded ARM processors (particuarly Raspberry Pi and BeagleBone Black) Good accuracy on a limited set of words (English only) Decent performance, particularly on low-power CPUs My first thought was to use Google Speech API. The accuracy is great, and it’s reasonably fast. But it is also limited to only 50 calls per day, so it wouldn’t satisfy requirement #1. And I don’t like the idea of streaming all of my personal conversations to anyone. It’s already enough to have NSA listening to my phone calls… ...