node-voice-agent and node-transcription
These tools are complementary, with the Voice Agent leveraging real-time transcription, and likely other Deepgram APIs like understanding, to enable interactive voice experiences within Node.js applications.
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 node-transcription
deepgram-starters/node-transcription
Get started using Deepgram's Transcription with this Node demo app
Implements real-time audio transcription through a full-stack architecture with a Node.js backend server and separate frontend application communicating via WebSocket or HTTP. Demonstrates Deepgram API integration with environment-based authentication and includes both browser-based and CLI setup workflows. Built with pnpm workspaces for monorepo management across backend and frontend components.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work