• This repository has been archived on 29/Mar/2024
  • Stars
    star
    309
  • Rank 135,306 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created about 5 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

RASA chatbot use case boilerplate

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

Contributing

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