项目作者: rbsathish

项目描述 :
Chatbot for order food
高级语言: Python
项目地址: git://github.com/rbsathish/rasa_chatbot.git
创建时间: 2020-01-10T14:27:01Z
项目社区:https://github.com/rbsathish/rasa_chatbot

开源协议:

下载


rasa

First you need to install requirements.txt
This is an basic hotel menus chat bot
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

normal shell chat:
rasa shell r for debug—-> rasa shell —debug

For interactive chat:
rasa interactive —skip-visualization -m models —endpoints endpoints.yml

Voice interaction:

  1. * You can run this bot through agent.py

Web based interaction:

  1. * Run this cmt first:
  2. rasa run -m models --enable-api --cors "*" --debug
  3. * After open Rasa_CustomUI-v_2.0-master ---> open Index.html

Custom actions:
rasa run actions