Speech Recognition with Python: Comparing 9 most prominent alternatives

scgupta

Satish Chandra Gupta

Posted on April 20, 2020

Speech Recognition with Python: Comparing 9 most prominent alternatives

Learn which of the 9 most prominent automatic speech recognition engines is best for your needs, and how to use it in Python programs.


Automated Speech Recognition (ASR) is the necessary first step in processing voice. In ASR, an audio file or speech spoken to a microphone is processed and converted to text, therefore it is also known as Speech-to-Text (STT). Then this text is fed to a Natural Language Processing/Understanding (NLP/NLU) to understand and extract key information (such as intentions, sentiments), and then appropriate action is taken. There are also stand-alone applications of ASR, e.g. transcribing dictation, or producing real-time subtitles for videos.

Continue reading »

💖 💪 🙅 🚩
scgupta
Satish Chandra Gupta

Posted on April 20, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related