Create README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
| 1 |
---
|
| 2 |
-
title: AI Math
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 6.13.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: AI Math Tutor
|
| 3 |
+
emoji: 🧮
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "6.13.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
short_description: Adaptive multilingual math tutor for children aged 5–9
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# AI Math Tutor for Early Learners
|
| 14 |
+
|
| 15 |
+
Adaptive, offline-capable multilingual math tutor for children aged 5–9.
|
| 16 |
+
Supports **Kinyarwanda, Kiswahili, French, and English** — including code-switched speech.
|
| 17 |
+
|
| 18 |
+
**How to use:**
|
| 19 |
+
1. Enter the child's name
|
| 20 |
+
2. Select their age (5–9) — this sets the difficulty band automatically
|
| 21 |
+
3. Pick a language
|
| 22 |
+
4. Press **START** and answer by speaking or typing
|
| 23 |
+
|
| 24 |
+
Built for the AIMS KTT Hackathon (S2.T3.1, Tier 3).
|