SpeechRecognition:Library for performing speech recognition, with support for several engines and APIs, online and offline.
Project Website:
Github Link:
Description
Library for performing speech recognition, with support for several engines and APIs, online and offline.
Speech recognition engine/API support:
CMU Sphinx (works offline)
Google Speech Recognition
Wit.ai
Microsoft Bing Voice Recognition
api.ai
IBM Speech to Text
Quickstart: pip install SpeechRecognition. See the “Installing” section for more details.
To quickly try it out, run python -m speech_recognition after installing.