speech_recognition
speech_recognition copied to clipboard
Giving different outputs for same input file in different systems.
I have been trying to do speech recognition on a .wav
file read using sr.AudioFile
.
I tried running it on my local system and Google Colab, but both produced entirely different results. (Colab result is the worst, to be specific).
Output of Local System:
namaskar din bhar ki badi khabren Mein aapka swagat hai main Swetha aapke sath Hamare news channel
Output of Colab Notebook:
finish carving buggy body cover American flag at MSY
System information
My system is Windows 10 x64 256SSD.
My Python version is 3.7.5
My SpeechRecognition library version is 3.8.1.