PYTHON SPEECH TO TEXT OR SPEECH-RECOGNITION USING PYTHON : STEP -1 : PYTHON LIBRARIES Speech_Recognition.(pip install SpeechRecognition) Note : You Must Connect To The Internet Step#2: Open your favorite IDE, we are choosing IDLE , and write the below code: For English Language: import speech_recognition as sr r=sr.Recognizer() with sr.Microphone() as source: print("Listening......") audio=r.listen(source) ...
THIS A PROGRAMMING SITE YOU CAN LEARN PROGRAMMING FROM THIS SITE.PYTHON,JAVA,SPEECH-RECOGNITION
Comments
Post a Comment