Basic Anatomy of a Chatbot
Explore the anatomy of a machine learning-based chatbot built using Rasa.
We'll cover the following
Rasa is a Python-based framework for building chat and voice assistants. We will use Rasa Open Source to create a chatbot. Since Rasa uses machine learning techniques, it follows a set of core concepts for creating a chatbot, which can be referred to as the anatomy of a chatbot. Let’s explore these in detail before we create our custom chatbot.
Setting up Rasa
Rasa can be installed with the following command:
Get hands-on with 1400+ tech skills courses.