Powered by Rasa Open Source | To assist in e-commerce support conversations
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A chatbot capable of reading, deciphering intents from user messages, and output appropriate responses based on it.
Assist in searching for products and narrowing down searches through conversations.
Place orders and track the status of an order.
To get a local copy up and running follow these simple example steps.
-
Install rasa 3.1.1
pip3 install rasa==3.1.1
-
Install python 3.7.0+
-
Create a new virtual environment by choosing a Python interpreter[v.3.7.9] and making a ./venv directory to hold it
python3 -m venv ./venv
-
Activate virtual env
source ./venv/bin/activate
-
Clone the repo
git clone https://github.com/shreyasdatta/e-Commerce-chatbot-rasa.git
-
Activate virtual env
-
Mount the model
(models/20220716-025700-trusting-normal.tar.gz)
-
Run the rasa shell command
rasa shell
- hold basic greet-happy-path conversations
- user can inquire about bot capabilities
- user can inquire about search techniques
- bot guides through search process
- query user for search term
- bot suggests search terms
- multi-field querying (for this example, in our deployed database the bot queries from the following columns)
- column: ProductRoles
- column: ProductCategory
- place an order on confirmed product choice
- update Order table with unique order id and user_id from tracker
- check for order status
See the pull requests for a full list of proposed features and task completion roadmap.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Shreyas Datta - @FirePhoenix837 - yasdatta@gmail.com
Project Link: https://github.com/shreyasdatta/e-Commerce-chatbot-rasa