Skip to content

Seew0/real-time-voice-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

real-time-voice-bot

About

This is a simple example of how you could build a Real Time Voice Bot using Deepgram's Real Time Speech to Text and Text to Speech.

This example uses Langchain and OpenAI's ChatGPT LLM

Setup

npm i

API Keys

export OPEN_AI_API_KEY=xxx
export DEEPGRAM_API_KEY=xxx

Running

npm run start

Webpage URL

http://localhost:3000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • HTML 10.5%
  • CSS 4.7%