Content Deep Dive
Speech Recognition Analytics for Audio with Python
Blog post from Deepgram
Post Details
Company
Date Published
Author
Tonya Sims
Word Count
1,315
Language
English
Hacker News Points
-
Summary
This article explores how to combine speech recognition with Python using Deepgram and speech-to-text analytics. The tutorial demonstrates building a simple script that does voice transcription with Python, utilizing the diarize feature of Deepgram to recognize multiple speakers. Analytics are then focused on measuring the amount of time each speaker spoke per phrase, the average amount of time they spoke, and the total time of conversation for each speaker. The code is provided along with instructions on how to run the project.