LTPhat / CTCT-Multiple-Choices-Exam-Scanner

Digital Image Processing Course Project (EE3035)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Choices Exam Scanner

  • Digital Image Processing Course Project (EE3035).

Proposed System Diagram

alt text

Tutorials

conda create -n <your_env_name> python==3.10
  • Activate new created environment.
conda activate <your_env_name>
  • Install libraries and packages.
pip install -r requirement.txt
  • Check folder information

    • ./samples: Place your input images here.
    • ./ans_keys: Put your answer key (*.txt) file here. Set up answers as the below format.
    1A
    2A
    3A
    4A
    5A
    6E
    ...
    • ./results: Where the scanning result is stored as result.csv file.
  • Run GUI

python GUI.py

Demo

alt text

alt text

About

Digital Image Processing Course Project (EE3035)

License:MIT License


Languages

Language:Python 100.0%