speech recognition

speech recognition

Speech recognition which studies methods to write down human speech. There are many tools that already do this job, some commercial ones and other open and free. Some commercial are Google Cloud Speech API, Microsoft Bing Voice Recognition, Houndify API and IBM Speech to Text. They also have some trial plans. As free options we have Snowboy Hotword Detection which is free for non-commercial use and CMU Sphinx which is free for any purpose, both work off-line.

For development in python, the library SpeechRecognition has support for several speech recognition tools.

Last updated