Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 890 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 890 Bytes

A web app(chat bot) made with Node.js,Socket.io,Apiai & web speech recognition api

What you need

  • Installation of Node.js
  • Installation of node modules like:
    • APIAI npm i apiai
    • Socket.io npm install socket.io
    • dotenv npm i dotenv-extended
    • Express npm install express --save

How to use

  • Download the repository
  • Change the var APIAI_TOKEN =apiai(" "); const APIAI_SESSION_ID = " "; (can get it from API.AI site)
  • Type node index.js in the terminal
  • Run it from any browser using localhost:3000

Demo

Image of Recognito

References

https://caniuse.com/#search=speech , https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition , https://www.npmjs.com/package/apiai , https://socket.io/ , https://www.npmjs.com/package/dotenv-extended , https://expressjs.com/