+ 1
How can I improve the existing speech_recognition package of python?
I used speech recognition package in one of my projects. It is working properly but it is not recognizing some words. For ex:- if I say my name so it will print something else, printing 2 as doose and 1 as drone. To sum up, it is not considering my accent properly. I tried some amendements like set the language to english-india. language=en-IN. But after this also same problem arose.
1 Odpowiedź
+ 1
Can you please post a link to your code. Then I will try to find a solution.