django-voice-agent and go-voice-agent
These tools are competitors, providing alternative language-specific implementations (Django for Python and Go) for the same core task: getting started with Deepgram's Voice Agent.
About django-voice-agent
deepgram-starters/django-voice-agent
Get started using Deepgram's Voice Agent with this Django demo app
Integrates Deepgram's Voice Agent API with a Django backend and modern frontend for real-time voice interactions. Uses Daphne ASGI server to handle WebSocket connections between the browser client and Django backend, enabling low-latency voice processing. Includes a complete full-stack setup with separate frontend (pnpm) and backend services communicating via WebSockets.
About go-voice-agent
deepgram-starters/go-voice-agent
Get started using Deepgram's Voice Agent with this Go demo app
Implements bidirectional WebSocket communication between a web frontend and Go backend to stream audio for real-time speech recognition and synthesis. Uses Deepgram's API for voice processing while managing session state and audio buffering across the client-server connection.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work