Experience looking for various transcription services
January 9, 2024
Experience looking for various transcription services # Our team keeps on recording various audio and video for internal documentation. We did find various paid offering but as an experiment we wanted to try doing transcription in Python. This blog post summarizes the experience we had: Following were things we tried: Veed.io Sphinx SpeechRecognition DeepSpeech Following are steps to setup SpeechRecognition Step 1: Installing pre-requisit libraries # Specifically install SpeechRecognition==3.8.1 version for the recognize_google to run. ...