Skip to content

rbsathish/rasa_chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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: * You can run this bot through agent.py

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

Custom actions: rasa run actions