GitHub Readme.md
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.
View the demo on Vimeo
This is how this web app works:
SpeechRecognition
interface to listen your voice from a microphoneSpeechSynthesis
interface to give it a synthetic voice.Rename the .env_test
to .env
and fill the env vars:
APIAI_TOKEN=
APIAI_SESSION_ID=
The first one is an API.ai API key (Please get one by sign up with API.ai), and the second one is a session ID, which is an arbitraryf string.
Or use this Heroku button to deploy to Heroku server. You just need to fill out the env vars with the API key and a session ID. No need to create an .env
file.
"# chatbot"