How to apply speech recognition algorithm to my raspberry pi 3 ( python) , using
ID: 2080031 • Letter: H
Question
How to apply speech recognition algorithm to my raspberry pi 3 ( python) , using google !!!! Or some other ways !Such as i want my system to be familiar with "help" word , so whenever i say "help" it will send a message to my phone, which my phone number will be already registered! How to apply speech recognition algorithm to my raspberry pi 3 ( python) , using google !!!! Or some other ways !
Such as i want my system to be familiar with "help" word , so whenever i say "help" it will send a message to my phone, which my phone number will be already registered!
Such as i want my system to be familiar with "help" word , so whenever i say "help" it will send a message to my phone, which my phone number will be already registered!
Explanation / Answer
Download - Raspberry Pi Voice Control by Steven Hickson.
How does it work?
The software being described here uses Google Voice. The voice command from the user is taken by the microphone.Then converted to text by using Google voice API. The text is then compared with the previously defined commands inside the commands configuration file. If it matches with any of them, then the bash command associated with it will be executed like "help". You can also use this system as an interactive voice response system by making the raspberry pi respond to your commands via speech. This is be achieved by using the Google speech API, which converts the text into speech. Here’s a block diagram showing you the basic working of the voice recognition software for raspberry pi:
This software was created by Steven Hickson and utilises Google voice API. To install this software , execute the following commands one after the other:
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.