Speech Recognition 6 - Python Transcribe an Audio File

preview_player
Показать описание

Hi guys! In this speech recognition video we're gonna talk about how to transcribe an audio file using the SpeechRecognition library, this could be very useful if you want to build a REST API for speech recognition as an example.

Рекомендации по теме
Комментарии
Автор

Good one 👍🏻
Crazy to see that people just watch and move on without appreciating the great content.

VikasJha
Автор

I tried this verbatim, I get this error from the r.recognize_sphinx(audio)):

ModuleNotFoundError: No module named 'pocketsphinx'

veziop
Автор

That is helpful. But sometimes I want to add .dict file to make PocketSphinx more specific to word.
Can we do that through r.recognize_sphinx?

Adroitbit