Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmutua/casa
- Owner: pmutua
- Created: 2023-01-13T06:42:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T20:29:26.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T23:36:24.761Z (over 1 year ago)
- Topics: python3, rasa, rasa-chatbot, rasa-nlu, rasa-tutorial, real-estate-chatbot
- Language: Python
- Homepage:
- Size: 3.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)