This is a NodeJS client for interacting with Deepgram's Voice Agent API.
-
Set environment variables with your Deepgram API key and Voice Agent URL:
export DEEPGRAM_API_KEY=<your-key-here> export VOICE_AGENT_URL=<your-url-here>
-
Install dependencies:
npm install
-
Run the app:
node app.js
-
Start talking into your mic!
Make sure your system meets the requirements for the microphone and playback libraries used by the client.