Ok google speech recognition

Is there any open source code that would listen to OK google in constant real time, for further work. For example, I say Ok google (or another phrase), speech recognition is enabled, google server recognizes the desired text - - - > there is a command to open the door or turn on the light, via bluetooth-arduino. I'm doing a project that helps simplify the life of a paralyzed person to the head. Perhaps this project will help 1000 disabled people.

Author: Sergey Kuntsevich, 2018-07-04

1 answers

Right now, you can build into Assistant and make Actions-which will trigger server events via the Firebase functions https://developers.google.com/actions/

It seems that there is already an API for Android, but I haven't heard about the real experience yet https://developer.android.com/guide/actions/

Here is a video of IO/18 https://www.youtube.com/watch?v=lu3L6DxUBRA

If you have a really cool project write to someone from the Russian GDE - https://developers.google.com/experts/ will definitely help you with early access.

 2
Author: Serge Markov, 2018-07-05 03:25:12