deepgram-python-text-intelligence

Installation
SKILL.md

Using Deepgram Text Intelligence (Python SDK)

Analyze plain text (or a hosted text URL) for sentiment, summarization, topics, and intents via /v1/read.

When to use this product

  • You have text already (a transcript, document, chat log, email) and want analytics.
  • You want a quick one-shot analysis — REST only, no streaming.

Use a different skill when:

  • The source is audio and you want analytics overlays → deepgram-python-audio-intelligence (same analytics, applied at transcription time).

Authentication

from dotenv import load_dotenv
load_dotenv()

from deepgram import DeepgramClient
Related skills

More from deepgram/deepgram-python-sdk

Installs
1
GitHub Stars
426
First Seen
1 day ago