DEV Community

Kiran Krishnan
Kiran Krishnan

Posted on • Edited on

1

RASA boilerplate chatbot templates

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.

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (1)

Collapse
 
sanjaykhanssk profile image
SSK

hi,can you tell me how to build chatbot like verloop or other saas chatbots,
where the client can onboard and keep their own dialog to ask their customer.

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay