Yajat Malhotra
Yajat Malhotra
Document the endpoint functions to tell what the functions do. The functions are `grade` and `grade_text` in `main.py` The `grade` function takes in the image of the answer sheet, the...
Right now, on hitting the base URL, the API just shows "Auto-Grader is online". Create a better-looking homepage.
Right now, the character recognition model works very well on the training data but fails to perform as good on the testing data. Improve the accuracy of the whole OCR...
Fix the sorting of the boxes cropped so that it is sorted from top left to bottom right.
Right now, the answer sheets have to be perfectly aligned before putting them into the pipeline. We have to automate that.