toannhu / vntk-chatbot-framework

A chatbot framework using VNTK and written in Nodejs

Home Page:https://gitter.im/vntk/vntk-chatbot-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vntk-chatbot-framework

An AI chatbot framework using VNTK and written in Nodejs.

This is a part of project yeu.ai. An open platform for experiment and training Vietnamese chatbot!

Installation

  1. Import demo database, using mongodb:

mongorestore --drop --db=yeu-ai --dir=dump/yeu-ai/

If you need to backup an old version before restore, then:

mongodump --db yeu-ai

  1. Clone repository & Install dependencies

git clone https://github.com/vntk/vntk-chatbot-framework.git
cd vntk-chatbot-framework
npm install

  1. Run chatbot and open on your browser

npm start

Finally navigate to http://localhost:3000/ to see project in action.

About

A chatbot framework using VNTK and written in Nodejs

https://gitter.im/vntk/vntk-chatbot-framework

License:GNU General Public License v3.0


Languages

Language:JavaScript 72.4%Language:HTML 23.3%Language:CSS 4.3%