https://github.com/anthonychu/polyglotbot
Chat bot demo - Polyglot Unconference Vancouver - May 28, 2016
https://github.com/anthonychu/polyglotbot
Last synced: about 1 year ago
JSON representation
Chat bot demo - Polyglot Unconference Vancouver - May 28, 2016
- Host: GitHub
- URL: https://github.com/anthonychu/polyglotbot
- Owner: anthonychu
- Created: 2016-05-29T22:29:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T22:48:40.000Z (about 10 years ago)
- Last Synced: 2025-01-29T06:47:02.890Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Bot Demo for Polyglot Unconference Vancouver
Anthony Chu - May 28, 2016
* [LUIS training set](luis-model/polyglotbot.json) - can be imported to LUIS
* [luis-dialog.js](luis-dialog.js) - core bot logic
* [textbot.js](textbot.js) - runs bot in command line
* [botconnector.js](botconnector.js) - runs bot as a REST API for connection to [BotConnector](https://dev.botframework.com/)
* [Slide deck](http://www.slideshare.net/AnthonyChu3/build-a-chat-bot-in-30-minutes-anthony-chu-polyglot-unconference-2016-vancouver)