Benny-Tang commited on
Commit
c99e2e9
·
verified ·
1 Parent(s): 209ff26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -24
README.md CHANGED
@@ -9,35 +9,24 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # SPM Exam Simulator (2018–2024) with AI Predictions
13
 
14
- An open exam simulator for **all Malaysian students** sitting for SPM.
15
- Covers **core subjects (BM, English, Math, History, Science, Moral Studies)** and blends **past papers (2018–2024)** with **AI-predicted questions**.
16
 
17
- ## Subjects
18
- - **Core**: BM, English, Math, History, Science, MoralStudies
19
- - **Electives (stubbed)**: Accounting, Economics, Business
20
-
21
- ## Data Format
22
- - `data/spm_YYYY_subject.json`questions
23
- - `data/spm_YYYY_subject_scheme.json`answer keys
 
 
24
 
25
- Example filenames:
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