Skip to content

DamienDeepgram/deepgram-workshop-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deepgram-workshop-client

Simple web interface for the Deepgram Voice AI Agent API showing a simple menu ordering system.

  • LLM Configuration
  • LLM Function Calling
  • Websocket Interface
    • Sending browser microphone audio
    • Receiving audio response

Setup

Set your Deepgram API Key in main.js here

let ws = new WebSocket("wss://agent.deepgram.com/agent", ["token", "<your-api-key-here>"]);

Installation

npm install -g http-server

Running

In the root of the repo run

http-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published