项目作者: sheksushant

项目描述 :
A BotUI web app connected to DialogFlow
高级语言: JavaScript
项目地址: git://github.com/sheksushant/bot-dialogflow.git
创建时间: 2017-07-30T18:40:44Z
项目社区:https://github.com/sheksushant/bot-dialogflow

开源协议:

下载


bot-api.ai

A BotUI app connected to API.AI.

Update : This repo was made at the time when Dialogflow was known as API.AI. You will have to use Dialogflow APIs V1 in the console to make it work, that said. this repo is no longer maintained by the creators.

FEEL FREE TO MAKE PULL REQUESTS
How to Use?

You can simply chose to
Build it yourself from scratch using this Tutorial.

OR…

Follow these steps below

  1. Go to API.AI and get a key!
  2. Clone the Repo,
    git clone https://github.com/sushantshekhar20/bot-api.ai.git
  3. cd bot_api.ai
  4. Place your Key in config/api.js
  5. npm install
  6. node bin/www
  7. Open Browser , go to “localhost:3000”

    Edit the Chat Flow from public/javascripts/convo.js

UI Design by BotUI.
NLP Used API.AI.