Trigger word detection, aka. wake/hot word detection. Like Amazon's "Alexa" or Google Home's "OK, Google" to wake them up. Will it be cool to build one yourself and run it in Real-time?
I am going to show you exactly how to build a Keras model to do the same thing from scratch. No third party voice API or network connection required to make it functional.
Background information is shown in my blog post.
++++++Article++++++++
https://www.dlology.com/blog/how-to-d...
or
/ how-to-do-real-time-trigger-word-detection...
++++++GitHub++++++++
https://github.com/Tony607/Keras-Trig...
+++++++++++++++++++
published at www.dlology.com. For more practical deep learning experiences.