
Deepgram Python Audio Intelligence
- 25 installs
- 454 repo stars
- Updated August 3, 2026
- deepgram/deepgram-python-sdk
Overlay Deepgram audio analytics (summarize, topics, intents, sentiment, diarize, redact, language detection) on /v1/listen transcription from Python.
About
A Python SDK skill for enabling Deepgram audio-intelligence overlays on the /v1/listen endpoint - summarization, topic and intent detection, sentiment, speaker diarization, PII redaction, and language detection - via the same client.listen methods used for plain transcription. Reach for it when you have audio (file, URL, or live stream) and need analytics alongside the transcript, and want to know which features are REST-only versus available over WebSocket.
- Analytics overlays on /v1/listen: summarize, topics, intents, sentiment
- Diarization, PII redaction, and entity/language detection
- REST (transcribe_url/transcribe_file) plus the WSS-supported subset
- REST vs WSS feature matrix so you pick the right transport
Deepgram Python Audio Intelligence by the numbers
- 25 all-time installs (skills.sh)
- Ranked #9,764 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/deepgram/deepgram-python-sdk --skill deepgram-python-audio-intelligenceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 25 |
|---|---|
| repo stars | ★ 454 |
| Last updated | August 3, 2026 |
| Repository | deepgram/deepgram-python-sdk ↗ |
What it does
Overlay Deepgram audio analytics (summarize, topics, intents, sentiment, diarize, redact, language detection) on /v1/listen transcription from Python.
Who is it for?
Adding analytics (summaries, sentiment, diarization) to an audio transcription pipeline in Python
Skip if: Plain transcription with no analytics, or analyzing already-transcribed text
When should I use this skill?
Calling Deepgram /v1/listen with analytics params from Python
What you get
Correctly configured Deepgram audio-intelligence calls that return transcript plus analytics.
- Python code calling Deepgram audio-intelligence features
By the numbers
- Analytics like summarize/topics/intents/sentiment are REST-only; diarize/redact work over WSS
Related skills
FAQ
Can I get summaries over WebSocket?
No - summarize, topics, intents, sentiment, and language detection are REST-only; diarize and redact work over WSS.
Is this the same endpoint as plain STT?
Yes, /v1/listen with the same client methods - you just enable analytics via params.