Write the Code for the following program. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Write the Code for the following program.

If I want to open MS Word thenI would just say, "Open MS Word" and it should open it. What should be the Code??

24th Jul 2019, 2:49 PM
Himanshu Sekhar Maharaj
Himanshu Sekhar Maharaj - avatar
3 Answers
+ 1
look for some Speech Recognition/Speech-to-Text programs, online APIs, or libraries, or perhaps programming language can do it with its standard library for sound. Perhaps some modern OS can do it. https://fosspost.org/lists/open-source-speech-recognition-speech-to-text
25th Jul 2019, 6:31 AM
zemiak
+ 1
get input from microphone send data to speech recognition method get answer analyze text of answer, parse know commands keywords do action for command, like call OS to execute MS WORD.exe application
25th Jul 2019, 10:12 AM
zemiak
0
I can make Speech recognition but what about the main working program??
25th Jul 2019, 9:18 AM
Himanshu Sekhar Maharaj
Himanshu Sekhar Maharaj - avatar