-
Notifications
You must be signed in to change notification settings - Fork 3
Home
π Welcome to the π€ "CASA" (Chatbot Assistant for Smart Agents) wiki!
This wiki contains walking you through the process of creating a functional chatbot using the open-source conversational AI framework Rasa. We'll start by setting up the development environment and installing Rasa, then move on to defining intents and entities, building the dialogue flow, integrating the chatbot with different channels, and finally deploying the chatbot. By the end of this tutorial, you will have a working chatbot that you can customize to your own needs. So, sit back, grab a cup of coffee and let's get started.
If you like β€οΈ this support π€ me by sharing the repository link and give it a star β . Thank you!!
- π€ Importance of chatbots
- βΉοΈ Rasa as an open source conversational AI framework π Bot potential features
-
π§ Defining actions.py
-
π§ Defining rules.yml
- π€ Importance of chatbots
- βΉοΈ Rasa as an open source conversational AI framework
- π Bot potential features
- π Defining the intents & entities
- π¬ Building the dialogue flow
- βοΈ Setting up the development environment
- π§ Defining intents and entities in the nlu.yml
- π§ Defining actions.py
- π§ Defining the domain.yml
- π§ Defining stories in the stories.yml
- π§ Defining rules.yml
- π οΈ Setting up the config.yml
- π Integrating the chatbot with channels
- π Deploying the chatbot