A collection of boilerplate templates for different chatbot usecases on RASA platform.
Here are the simple steps that you can follow to use a template:
project_directory
for your projectproject_directory
by running command rasa init
project_directory
with the ones from downloaded templaterasa train
rasa test
actions.py
in your template directory, run this command in a new terminal rasa run actions
rasa shell
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.
Feel free to dive in! Open an issue or submit PRs.