Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmutua/casa

Real Estate Assistant chatbot developed using RASA
https://github.com/pmutua/casa

python3 rasa rasa-chatbot rasa-nlu rasa-tutorial real-estate-chatbot

Last synced: 2 days ago
JSON representation

Real Estate Assistant chatbot developed using RASA

Awesome Lists containing this project

README

        

# casa

Real Estate Assistant chatbot developed using [RASA](https://rasa.com/)

👋 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!!

***

## đŸ“Ŗ Introduction

* 🤖 [Importance of chatbots](https://github.com/pmutua/casa/wiki/The-importance-of-chatbots-in-today's-world)
* [ℹī¸](https://emojipedia.org/information/) [Rasa as an open source conversational AI framework](https://github.com/pmutua/casa/wiki/Rasa-as-an-open-source-conversational-AI-framework)
🌟 [Bot potential features](https://github.com/pmutua/casa/wiki/Potential-features)

## [â–ļī¸](https://emojiguide.com/symbols/play-button/#:~:text=play%20button%20%E2%96%B6%EF%B8%8F&text=This%20emoji%20is%20used%20when,You%20probably%20did!) Get Started

* 🔍 [Defining the intents & entities](https://github.com/pmutua/casa/wiki/Defining-the-intents-and-entities)
* [đŸ’Ŧ](https://emojipedia.org/speech-balloon/) [Building the dialogue flow](https://github.com/pmutua/casa/wiki/Building-the-dialogue-flow)
* [⚙ī¸](https://emojipedia.org/gear/) [Setting up the development environment](https://github.com/pmutua/casa/wiki/Setting-up-the-development-environment)
* 🔧 [Defining intents and entities in the nlu.yml](https://github.com/pmutua/casa/wiki/Defining-intents-and-entities-in-the-NLU.yml-file)

* 🔧 [Defining actions.py](https://github.com/pmutua/casa/wiki/Defining-actions.py-file)

* 🔧 [Defining the domain.yml](https://github.com/pmutua/casa/wiki/Defining-the-domain.yml)

* 🔧 [Defining stories in the stories.yml](https://github.com/pmutua/casa/wiki/Defining-stories-in-the-stories.yml-file)

* 🔧 [Defining rules.yml](https://github.com/pmutua/casa/wiki/Defining-rules.yml-file)
* [🛠ī¸](https://emojipedia.org/hammer-and-wrench/) [Setting up the config.yml](https://github.com/pmutua/casa/wiki/Setting-up-the-config.yml-file)
* 🔀 [Integrating the chatbot with channels](https://github.com/pmutua/casa/wiki/Defining-the-endpoints.yml-file)
* [🚀](https://emojipedia.org/rocket/) [Deploying the chatbot](https://github.com/pmutua/casa/wiki/Deploying-the-chatbot)

## Running the Bot

1. Create Database and seed properties data run `python db_seed` the database in use is sqlite3
2. Train Bot - `rasa train`
3. Run Actions - `rasa run actions`
4. If you want to run Interactively for testing purposes run `rasa interactive`
5. If you want to run non-interactively run `rasa shell`

***
![1](https://user-images.githubusercontent.com/16241851/212312706-6113a19c-7838-4dd8-a364-58cb1d33ef08.png)