You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python-based OMR (Optical Mark Recognition) system that grades filled answer sheets by detecting and analyzing bubble marks using image processing techniques.
10
+
11
+
## Features
12
+
13
+
- Automatic answer sheet alignment and perspective correction
14
+
- Bubble detection and mark recognition
15
+
- Answer key comparison and scoring
16
+
- Android app version included
17
+
18
+
## Requirements
19
+
20
+
- OpenCV (cv2)
21
+
- NumPy
22
+
- Python 3.10+
23
+
24
+
## Files
25
+
26
+
-`Azmunyar OMR Grader.py` — Main grading script
27
+
-`Grader On Android.zip` — Android application package
28
+
-`GraderTest.jpg` / `Tested.jpg` — Sample test images
0 commit comments