Sathush3 / rasa-chatbot-templates

RASA chatbot use case boilerplate

Home Page:https://www.cedextech.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rasa Chatbot Templates

Introduction

A collection of boilerplate templates for different chatbot usecases on RASA platform.

Installation & Configuration

Here are the simple steps that you can follow to use a template:

  • Install RASA https://rasa.com/docs/rasa-x/installation-and-setup/
  • Create a project_directory for your project
  • initialize RASA within your project_directory by running command rasa init
  • Replace the files in the project_directory with the ones from downloaded template
  • Train the bot with command rasa train
  • Evaluate the bot in terminal with command rasa test
  • OPTIONAL: If you find a file called actions.py in your template directory, run this command in a new terminal rasa run actions
  • Start talking to the bot in terminal with command rasa shell

Important

Being boilerplates, the bots does contain minimal training data for stories just enough to structure the conversation skeleton. Please don't forget to improve the conversations with rasa interactive command.

Templates

Maintainers

@devkiran. @freakeinstein. @nileenashaju

Contributing

Feel free to dive in! Open an issue or submit PRs.

About

RASA chatbot use case boilerplate

https://www.cedextech.com

License:MIT License


Languages

Language:Python 100.0%