Krist14n / chat-bot

Simple Chat Bot with API.AI and Web Speech API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

This demo uses the experimental Web Speech API, which is currently only supported by Blink-based browsers including Chrome 25+, Opera 27+, Samsung Internet, QQ Browser, and Baidu Browser.

This is how this web app works:

  1. Using the Web Speech API’s SpeechRecognition interface to listen your voice from a microphone
  2. Send your message to API.ai (the natural language processing platform) as a text string
  3. Once the AI from the API.ai returns the reply text back, use the SpeechSynthesis interface to give it a synthetic voice.

Clone repository

Installation:

npm install node index.js

About

Simple Chat Bot with API.AI and Web Speech API

License:MIT License


Languages

Language:JavaScript 49.4%Language:CSS 32.3%Language:HTML 18.3%