Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,35 +9,24 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# SPM Exam Simulator
|
| 13 |
|
| 14 |
-
An
|
| 15 |
-
Covers **core subjects (BM, English, Math, History, Science, Moral Studies)** and blends **past papers (2018–2024)** with **AI-predicted questions**.
|
| 16 |
|
| 17 |
-
##
|
| 18 |
-
-
|
| 19 |
-
- **
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
-
|
| 23 |
-
-
|
|
|
|
|
|
|
| 24 |
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
data/spm_2018_BM.json
|
| 28 |
-
data/spm_2018_BM_scheme.json
|
| 29 |
-
data/spm_2018_English.json
|
| 30 |
-
data/spm_2018_English_scheme.json
|
| 31 |
-
...
|
| 32 |
-
data/spm_2024_Science.json
|
| 33 |
-
data?spm_2024_Science_scheme.json
|
| 34 |
|
| 35 |
|
| 36 |
-
## Workflow
|
| 37 |
-
1. Place JSON files (2018–2024) into `data/`.
|
| 38 |
-
2. Run:
|
| 39 |
-
```bash
|
| 40 |
-
python merge_questions.py
|
| 41 |
|
| 42 |
|
| 43 |
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# 📝 SPM Exam Simulator
|
| 13 |
|
| 14 |
+
An AI-powered simulator for **Form 5 SPM students**, covering **2018–2024 past papers**.
|
|
|
|
| 15 |
|
| 16 |
+
## Features
|
| 17 |
+
- ✅ Upload past papers (PDF) → Extracts questions with OCR
|
| 18 |
+
- ✅ Handles **Paper 1 (Essay)** separately for practice with AI feedback
|
| 19 |
+
- ✅ **Paper 2 (MCQ Simulator)** with auto-scoring + predicted questions
|
| 20 |
+
- ✅ AI Agents:
|
| 21 |
+
- **AnalyzerAgent** → scores answers
|
| 22 |
+
- **CoachAgent** → essay feedback
|
| 23 |
+
- **PredictiveAgent** → forecasts 2025–2026 trends
|
| 24 |
+
- ✅ Ignores empty JSON files safely
|
| 25 |
|
| 26 |
+
## Subjects
|
| 27 |
+
- Core: BM, English, Math, History, Science, MoralStudies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
|