/plushcap/analysis/deepgram/how-to-monitor-media-mentions-in-podcasts-with-python

How To Monitor Media Mentions in Podcasts with Python

What's this blog post about?

The article discusses how to monitor media mentions in podcasts using Python and AI speech-to-text technology. It presents two methods for this purpose, diarization with AI speech recognition and search and entity detection with Python, Deepgram's AI speech-to-text Search feature, and SpaCy. The latter method is considered more effective as it involves searching for terms or phrases in the podcast transcript that indicate an ad segment, identifying the organizations mentioned in the ad to determine the company sponsoring that segment, and using entity detection with SpaCy to tag recognized company entities as ORG. A Python code breakdown is provided to illustrate how these methods can be implemented.

Company
Deepgram

Date published
Aug. 31, 2022

Author(s)
Tonya Sims

Word count
1334

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.