How to install speech recognition in python?
Speech Recognition is a process which converts speech into text and that is understood by the machine. In python there is a library by which we can make the machine to recognize human speech.
Speech recognition saves our time by speaking instead of typing.
We can easily install speech recognition library in our system.
- Go to the command prompt.
- Run the following syntax
pip install SpeechRecognition
Now we can easily import it in python and use it.
syntax:-
import speech_recognition or import speech_recognition as sr
Now we can use it in our program.
This is all about installing speech recognition in python.
Subscribe
Login
Please login to comment
0 Discussion