deepgram-starters/django-transcription
Get started using Deepgram's Transcription with this Django demo app
Demonstrates real-time audio transcription using Deepgram's API within a Django backend, with an async-first architecture leveraging Daphne ASGI server for WebSocket support. The frontend is decoupled as a separate Node.js application (using pnpm), communicating with the Django backend via WebSocket connections to stream audio and receive transcription results in real time.
Stars
7
Forks
4
Language
Python
License
MIT
Category
Last pushed
Feb 28, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/deepgram-starters/django-transcription"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
deepgram/deepgram-js-sdk
Official JavaScript SDK for Deepgram.
deepgram/deepgram-rust-sdk
Community Rust SDK for Deepgram.
agentvoiceresponse/avr-infra
The AVR Infrastructure project is designed to launch the Agent Voice Response application, which...
deepgram/deepgram-dotnet-sdk
Official .NET SDK for Deepgram.
deepgram-starters/node-transcription
Get started using Deepgram's Transcription with this Node demo app