Python Forum
Speech Recognition - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Speech Recognition (/thread-5223.html)



Speech Recognition - rajeev1729 - Sep-23-2017

i want to implement speech recognition system but i don't know how to extract voice feature in python. please help.


RE: Speech Recognition - hbknjr - Sep-23-2017

check out this speech recognition library.

It supports following engines.
Quote:CMU Sphinx (works offline)
Google Speech Recognition
Google Cloud Speech API
Wit.ai
Microsoft Bing Voice Recognition
Houndify API
IBM Speech to Text

If you want to use some other engine/API then you can use Pyaudio to record audio, save it and send it over for recognition.


RE: Speech Recognition - Tristan0310 - Sep-23-2017

Was looking for something similar. Thanks!


RE: Speech Recognition - rajeev1729 - Sep-25-2017

Is there any speech recognition API for Hindi language?


RE: Speech Recognition - cygnus_X1 - Sep-25-2017

(Sep-25-2017, 02:35 AM)rajeev1729 Wrote: Is there any speech recognition API for Hindi language?

I didn't find any speech recognition, but you can get google
to speak 'Hindi' from a text string.
Install google TTS:

https://pypi.python.org/pypi/gTTS

Change language to 'hi-IN' for Hindi locale:
https://cloud.google.com/speech/docs/languages


RE: Speech Recognition - hbknjr - Sep-25-2017

(Sep-25-2017, 02:35 AM)rajeev1729 Wrote: Is there any speech recognition API for Hindi language?

Google Speech API supports Hindi.(never used myself)

https://cloud.google.com/speech/docs/languages
Quote:हिन्दी (भारत) hi-IN Hindi (India)

Another one is wit.ai


RE: Speech Recognition - Larz60+ - Sep-25-2017

There seems to be a project on github. I don't know anything about it,
other than it's existance. URL: https://github.com/jigneshjain25/Isolated-Word-Hindi-Speech-Recognition

Also, some IEEE papers here: http://ieeexplore.ieee.org/document/7860101/?reload=true


RE: Speech Recognition - hardik - Oct-06-2017

https://drive.google.com/file/d/0B_vS8-mLrNVrazM4alRRaV9QWGc/view?usp=sharing that my code plz correct this