RASA boilerplate chatbot templates
Kiran Krishnan
Posted on November 2, 2019
We have started publishing RASA boilerplate chatbot templates for multiple use cases.
It contains the minimal conversation skeleton, that will help you get started with each use case. Go to botartsans.com to browse and download the template zip file.
Github: https://github.com/cedextech/Rasa-Chatbot-Templates
How to use it?
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 the terminal with command rasa test
- Start talking to the bot in the terminal with command rasa shell
Don’t forget to flesh up the NLU and Stories files for real use cases running the command Rasa interactive or Rasa X. Keep revisiting, to find new templates added to the list.
💖 💪 🙅 🚩
Kiran Krishnan
Posted on November 2, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
undefined I absolutely love when CSS gets new features (Even though it usually takes me years to remember to use them 😄)
November 27, 2024