deepgram-python-audio-intelligence

Enable Deepgram STT analytics overlays for summaries, topics, intents, sentiment, diarization, redaction, and language detection via the Python SDK.

456|139|Updated May 12, 2021
One-click install
npx skills add https://github.com/deepgram/deepgram-python-sdk --skill deepgram-python-audio-intelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepgram-python-audio-intelligence
Source: https://github.com/deepgram/deepgram-python-sdk/tree/main/.agents/skills/deepgram-python-audio-intelligence
Command: npx skills add https://github.com/deepgram/deepgram-python-sdk --skill deepgram-python-audio-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apply audio intelligence overlays to Deepgram STT to surface analytics alongside transcripts.

Core Features & Use Cases

  • Overlays on transcription: enable diarization, summarization, topics, intents, sentiment, language detection, and redaction on audio input to gain structured insights alongside transcripts.
  • Multi-path support: works with both REST (v1/listen) and WebSocket (v1/connect) paths, suitable for files, URLs, or live streams.
  • Guided usage: differentiate between plain transcription (deepgram-python-speech-to-text) and text intelligence on transcribed text (deepgram-python-text-intelligence).

Quick Start

Install the Deepgram Python SDK and initialize a client, then start sending audio with analytics flags enabled.

Frequently Asked Questions about deepgram-python-audio-intelligence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add sentiment analysis and summarization to Deepgram speech-to-text in Python?

You add sentiment analysis and summarization to Deepgram speech-to-text by enabling analytics overlay flags on the listen endpoints using the Python SDK, surfacing these insights directly alongside your transcripts.

Can I use diarization and topic detection on live audio streams with the Deepgram Python SDK?

Yes, diarization and topic detection work on live audio streams by using the WebSocket connection path in the Deepgram Python SDK, supporting real-time ingestion for live analytics overlays.

What audio intelligence features are available through Deepgram transcription overlays?

Available audio intelligence overlays include diarization, summarization, topic detection, intents, sentiment analysis, language detection, and redaction, providing structured insights alongside the audio transcription process.

Does the Deepgram Python SDK support both REST and WebSocket paths for audio intelligence?

Yes, the Deepgram Python SDK supports both REST and WebSocket paths for audio intelligence, processing files and URLs via REST while handling live streams through WebSocket connections.

When should I use Deepgram audio intelligence overlays instead of plain transcription?

Use Deepgram audio intelligence overlays instead of plain transcription when you need structured analytics like summaries, topics, and sentiment directly from the audio input, rather than just raw text output.

Do I need a separate Skill to analyze sentiment on already transcribed text?

Yes, analyzing sentiment on already transcribed text requires a separate text intelligence pathway, while this Skill applies analytics overlays directly during the audio speech-to-text ingestion process.