Skip to content

sujanchhetri/Recognito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Topics

Resources

License

Stars

Watchers

Forks