speech_recognition icon indicating copy to clipboard operation
speech_recognition copied to clipboard

Giving different outputs for same input file in different systems.

Open snehitvaddi opened this issue 4 years ago • 0 comments

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

not

Output of Colab Notebook: finish carving buggy body cover American flag at MSY

colab

System information

My system is Windows 10 x64 256SSD.

My Python version is 3.7.5

My SpeechRecognition library version is 3.8.1.

snehitvaddi avatar Feb 05 '21 18:02 snehitvaddi