deepgram-migration-deep-dive

Featured

Deep dive into migrating to Deepgram from other transcription providers. Use when migrating from AWS Transcribe, Google Cloud STT, Azure Speech, OpenAI Whisper, AssemblyAI, or Rev.ai to Deepgram. Trigger: "deepgram migration", "switch to deepgram", "migrate transcription", "deepgram from AWS", "deepgram from Google", "replace whisper with deepgram".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Deepgram Migration Deep Dive ## Current State !`npm list @deepgram/sdk 2>/dev/null | grep deepgram || echo 'Not installed'` !`npm list @aws-sdk/client-transcribe 2>/dev/null | grep transcribe || echo 'AWS Transcribe SDK not found'` !`pip show google-cloud-speech 2>/dev/null | grep Version || echo 'Google STT not found'` ## Overview Migrate to Deepgram from AWS Transcribe, Google Cloud Speech-to-Text, Azure Cognitive Services, or OpenAI Whisper. Uses an adapter pattern with a unified interface, parallel running for quality validation, percentage-based traffic shifting, and automated rollback. ## Feature Mapping ### AWS Transcribe -> Deepgram | AWS Transcribe | Deepgram | Notes | |----------------|----------|-------| | `LanguageCode: 'en-US'` | `language: 'en'` | ISO 639-1 (2-letter) | | `ShowSpeakerLabels: true` | `diarize: true` | Same feature, different param | | `VocabularyName: 'custom'` | `keywords: ['term:1.5']` | Inline boosting, no pre-upload | | `ContentRedactionType: 'PII'` | `redact: ['pci', 'ssn']` | Granular PII categories | | `OutputBucketName` | `callback: 'https://...'` | Callback URL, not S3 | | Job polling model | Sync response or callback | No polling needed | ### Google Cloud STT -> Deepgram | Google STT | Deepgram | Notes | |------------|----------|-------| | `RecognitionConfig.encoding` | Auto-detected | Deepgram auto-detects format | | `RecognitionConfig.sampleRateHertz` | `sample_rate` (live only) | REST auto-detects | | `RecognitionConfig.model:...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

deepgram-upgrade-migration

Plan and execute Deepgram SDK upgrades and model migrations. Use when upgrading SDK versions (v3->v4->v5), migrating models (Nova-2 to Nova-3), or planning API version transitions. Trigger: "upgrade deepgram", "deepgram migration", "update deepgram SDK", "deepgram version upgrade", "nova-3 migration".

2,266 Updated today
jeremylongshore
AI & Automation Featured

deepgram-core-workflow-a

Implement production pre-recorded speech-to-text with Deepgram. Use when building audio transcription, batch processing, or implementing diarization and intelligence features. Trigger: "deepgram transcription", "speech to text", "transcribe audio", "batch transcription", "deepgram nova", "diarize audio".

2,266 Updated today
jeremylongshore
AI & Automation Featured

deepgram-hello-world

Create a minimal working Deepgram transcription example. Use when starting a new Deepgram integration, testing your setup, or learning basic Deepgram API patterns. Trigger: "deepgram hello world", "deepgram example", "deepgram quick start", "simple transcription", "transcribe audio".

2,266 Updated today
jeremylongshore
AI & Automation Featured

deepgram-common-errors

Diagnose and fix common Deepgram errors and issues. Use when troubleshooting Deepgram API errors, debugging transcription failures, or resolving integration issues. Trigger: "deepgram error", "deepgram not working", "fix deepgram", "deepgram troubleshoot", "transcription failed", "deepgram 401".

2,266 Updated today
jeremylongshore
DevOps & Infrastructure Featured

deepgram-deploy-integration

Deploy Deepgram integrations to production environments. Use when deploying to cloud platforms, configuring containers, or setting up Deepgram in Docker/Kubernetes/serverless. Trigger: "deploy deepgram", "deepgram docker", "deepgram kubernetes", "deepgram production deploy", "deepgram cloud run", "deepgram lambda".

2,266 Updated today
jeremylongshore