Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 748 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 748 Bytes

OMR-GradeNow

Warning: Dont use this repo. The code is bad and ugly. Its for my backup only.
Usage: python SortGrade(main).py
Required Package:

  • numpy
  • matplotlib
  • pandas
  • scipy
  • imutils

Notes: To change to another image, change the image name at imagename variable.
To run this project, you need to snap omr paper image with my android app (https://github.com/Syirasky/androidsajatest1).

Currently tested for windows 10 64 bit with python 3.6.
For ubuntu linux, follow this instruction.

  • install python3 and make python3 as default.
  • install required module.
  • install opencv from ubuntu source.

    sudo apt-get install libopencv-dev python3-opencv