Python Speech Recognition | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python Speech Recognition

I'm wanting to make a program on my Linux dev environment, and I want it to open certain programs when I speak something, like "Open Opera" would open my browser. Anyone know some good speech recognition libraries and how would I get that running in the background?

5th Nov 2016, 6:30 PM
Miles Howell
Miles Howell - avatar
1 Answer
+ 1
yes, you can use speech_recognition and pyttsx. I actually did a similar project. here's an overview: https://www.youtube.com/watch?v=A879U7Hj5bw
8th Nov 2016, 7:08 PM
Cristi Vlad
Cristi Vlad - avatar