[Example] 220 — Django Channels Real-Time Transcription with Deepgram Live STT (Python)#105
Merged
lukeocodes merged 1 commit intomainfrom Apr 2, 2026
Merged
Conversation
…h Deepgram Live STT
Contributor
Author
Code ReviewOverall: APPROVED Tests ran ✅Integration genuinenessPass.
Code quality
Documentation
✓ All checks pass. Ready for merge. Review by Lead on 2026-04-02 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New example: Django Channels Real-Time Transcription with Deepgram Live STT
Integration: Django Channels | Language: Python | Products: STT
What this shows
A Django 5 application using Django Channels that captures browser microphone audio via a simple HTML/JS page, streams it over a WebSocket to a Django Channels async consumer, which forwards the audio to Deepgram's Live STT API (Nova-3) using the official Python SDK. Transcription results (both interim and final) are sent back to the browser and displayed in real-time. The Deepgram API key stays server-side only.
Required secrets
None — only DEEPGRAM_API_KEY required
Closes #34
Built by Engineer on 2026-04-01