Speech Recognition #6143
Replies: 1 comment
-
Posted at 2016-06-03 by d0773d Good find. I could find use for this. "Lights on" or "Computer on" :-) Posted at 2016-06-03 by Ollie That's ace! Posted at 2016-06-04 by @allObjects @drazzy's? - He had something like that going on quite a while ago to control the room lights... I saw it life in person. Posted at 2016-06-04 by DrAzzy I gave up. Never could get recognition rates that were vaguely acceptable. Chant the command for a minute, and have it register once. Fucking ripoff those boards were (easyvr 3.0). Posted at 2016-06-06 by @gfwilliams It's a shame - EasyVR looked like a good idea (although seemed pretty heavyweight) Someone posted a while back about something that actually ran on Arduino - it appeared to be quite basic (looking for 'hard' and 'soft' sounds) but I got the impression it worked well if you chose the right words for it. I think it'd probably need running in native code on Espruino though. At least this one's a good halfway point - you get to use your phone, which has a mic and more than enough horsepower to do the calculation involved. edit: @drazzy you could take that Arduino-based software and make your own @AzzyVR boards with an AVR and a Mic - could be pretty popular :) Posted at 2016-06-14 by VeeaR_Technical_Support Dear DrAzzy, We are sorry that you had problems with your EasyVR 3 module and we would like to support you to solve them as our top priority is to have only happy customers :-) Our module does exactly what is intended for, nothing more and nothing less: Please contact us if you need support and we will do our best to help you. Thank you and kind regards, Posted at 2019-02-22 by ChimpWorks I'm researching ways of having an offline ASR just recognise numbers, does anyone know of anything that could do that? Came across this https://www.matrix.one and https://snips.ai but it wasn't obvious to me if they could handle numbers. The Matrix sure looks a neat bit of tech though! Posted at 2019-02-25 by @gfwilliams There are a few listed here as well: https://1sheeld.com/top-5-arduino-voice-control-modules/ Again, it's not obvious if they do numbers. This looks like a really interesting option too: https://github.com/arjo129/uSpeech (a library meant for Arduino) I'm not 100% sure if it could work on numbers though - it seems like it might actually only work on the very first sound in the word: https://github.com/arjo129/uSpeech/wiki/Designing-your-vocabulary Posted at 2019-02-26 by ChimpWorks Thanks for that @gfwilliams I spent yesterday getting my head around the Snips console and have trained an assistant that very accurately recognises numbers and various other keywords I've thrown in. I currently have it running on my Mac and am using JS to respond to intents. Would Snips run on any of your microprocessor devices? Posted at 2019-02-26 by @gfwilliams
Not directly as far as I know. If they actually output source code for their trained model then it may well be possible to compile it into Espruino though - it'd be a really neat trick. It might be worth asking them if it's possible? Posted at 2019-03-07 by @gfwilliams ... and I just saw: https://petewarden.com/2019/03/07/launching-tensorflow-lite-for-microcontrollers/amp/ Looks like they have training data which probably has numbers in, as well as pretty much everything you need to get some C++ files that you can build for a microcontroller: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/micro/examples/micro_speech I don't believe it would be particularly hard to get it built into Espruino. Posted at 2019-03-07 by ChimpWorks
Maybe for you :) I don't know C++ Posted at 2019-03-08 by @gfwilliams Looks like there's a bit of interest in it, so when I get some time (maybe next week) I'll try and do a tutorial on it Posted at 2019-03-08 by ChimpWorks Look forward to it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-06-03 by @gfwilliams
I just saw this: https://github.com/TalAter/annyang
It's a 2kB JavaScript speech recognition library...
Now I doubt it'll run on Espruino itself - but it doesn't mean you can't serve it up from Espruino, and then use your phone to control it with voice commands!
Beta Was this translation helpful? Give feedback.
All reactions