From e607ab70635b8545d4675db715714b871cd1269f Mon Sep 17 00:00:00 2001 From: haard7 Date: Fri, 13 Dec 2024 16:25:51 -0800 Subject: [PATCH] Added a project in gallary --- website/src/data/gallery.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/src/data/gallery.json b/website/src/data/gallery.json index 02e9e5cdd6..ae60035ba8 100644 --- a/website/src/data/gallery.json +++ b/website/src/data/gallery.json @@ -235,5 +235,12 @@ "description": "Tracks personal finance income and expenses then helps the user to analyse it using AutoGen agents.", "image": "default.png", "tags": ["tools", "app"] + }, + { + "title": "Multimodal Ecommerce Retail Chatbot", + "link": "https://github.com/haard7/multi-agent-fullstack-project", + "description": "Chatbot handling recommendation, purchase, order tracking and fraud detection in an ecommerce retail", + "image": "default.png", + "tags": ["ui", "groupchat"] } ]