node-voice-agent and django-voice-agent
These are ecosystem siblings, as they both offer demo applications for Deepgram's Voice Agent, but one is implemented in Node and the other in Django, catering to different backend technology preferences.
About node-voice-agent
deepgram-starters/node-voice-agent
Get started using Deepgram's Voice Agent with this Node demo app
Demonstrates real-time voice interactions using Deepgram's speech recognition and synthesis APIs, with a frontend-backend architecture that separates the Node.js server (handling API communication) from a browser-based UI. The setup uses WebSocket connections for low-latency audio streaming and includes environment-based configuration for API authentication, making it adaptable for building conversational voice applications.
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.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work