Skip to content

A Simple Voice AI Bot with Web Speech API and Node.js

Notifications You must be signed in to change notification settings

SamarthKasar123/Dextrobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dextrobot : A Simple Voice AI Bot with Web Speech API and Node.js

This is how this web app works:

Using the Web Speech API’s SpeechRecognition interface to listen your voice from a microphone

Send your message to API.ai (the natural language processing platform) as a text string

Once the AI from the API.ai returns the reply text back, use the SpeechSynthesis interface to give it a synthetic voice.

Try It on Your Own Server Rename the .env.local to .env and fill the env vars:

APIAI_TOKEN= APIAI_SESSION_ID=some_unique_session_id

About

A Simple Voice AI Bot with Web Speech API and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published