A Final project for semester 1 of E-AI SPSM.
Exam checker an answer sheet marker build with OpenCV.
clone the project with git
git clone https://github.com/strixziv/exam-checker.git
This project required Python 3.9 to function correctly.
To install the dependentcies, run the following command:
cd /path/to/exam-checker
pip install --upgrade -r requirements.txt
- Please make sure you have already install all of the required dependcies first. If not please follow Dependentcies & tools section.
- Take an image of the answer sheet you want to mark
- Put the images in ./assets/images/
- Run the program by running
python main.py
The output excel spread sheet will be stored at the project's root directory.
- This project is licensed under the MIT License.