Spaces:
Running
Running
fix: restore README with proper docker sdk config
Browse files
README.md
CHANGED
|
@@ -1,13 +1,25 @@
|
|
| 1 |
---
|
| 2 |
-
title: MathPulse AI
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
-
app_port: 7860
|
| 8 |
pinned: false
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# MathPulse AI Backend
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: MathPulse AI
|
| 3 |
+
emoji: 📐
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
|
|
|
| 7 |
pinned: false
|
| 8 |
+
app_port: 7860
|
| 9 |
---
|
| 10 |
|
| 11 |
# MathPulse AI Backend
|
| 12 |
|
| 13 |
+
AI-powered math tutoring and student analytics backend for Filipino SHS STEM students.
|
| 14 |
+
|
| 15 |
+
**API Docs:** https://deign86-mathpulse-api-v3test.hf.space/docs
|
| 16 |
+
**Health:** https://deign86-mathpulse-api-v3test.hf.space/health
|
| 17 |
+
|
| 18 |
+
## Tech Stack
|
| 19 |
+
- FastAPI + Python 3.11
|
| 20 |
+
- DeepSeek AI (chat, reasoning, embeddings)
|
| 21 |
+
- Firebase Admin SDK (auth, Firestore)
|
| 22 |
+
- ChromaDB + Sentence Transformers (RAG vectorstore)
|
| 23 |
+
|
| 24 |
+
## Environment
|
| 25 |
+
All secrets configured via Space Settings → Secrets.
|