Spaces:
Sleeping
Sleeping
Commit ·
d378984
1
Parent(s): 023bfdf
Updated
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: DSTV AI Support
|
| 3 |
+
emoji: 📺
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# DSTV AI Support
|
| 11 |
+
|
| 12 |
+
A production-grade customer support AI system for DStv, featuring:
|
| 13 |
+
- FastAPI Backend
|
| 14 |
+
- React Frontend (Vite)
|
| 15 |
+
- RAG Pipeline with ChromaDB
|
| 16 |
+
- Session-based Memory
|
| 17 |
+
- Grok-4-1-fast-reasoning Integration
|
| 18 |
+
- Dockerized Deployment
|
| 19 |
+
|
| 20 |
+
## Deployment
|
| 21 |
+
|
| 22 |
+
This space is configured to run via Docker on port 7860.
|