amirulhazym
commited on
Commit
·
ab6ac1f
1
Parent(s):
3080796
docs: Add Hugging Face Space metadata configuration
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Advanced Conversational AI for E-Commerce: V1 vs. V2
|
| 2 |
|
| 3 |
This repository showcases the evolution of a RAG-based chatbot, demonstrating a clear progression from a self-hosted prototype (v1) to a professional, API-driven conversational AI (v2).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AuraCart AI Assistant
|
| 3 |
+
emoji: 🛒
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
app_file: v2_multilingual_api/frontend/app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# Advanced Conversational AI for E-Commerce: V1 vs. V2
|
| 12 |
|
| 13 |
This repository showcases the evolution of a RAG-based chatbot, demonstrating a clear progression from a self-hosted prototype (v1) to a professional, API-driven conversational AI (v2).
|