RitikMody / Auto-Grade

Converting handwritten answers to text using Handwriting recognition technique and grading them accordingly.

Home Page:https://auto--grade.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-Grade

Converting handwritten answers to text using Handwriting recognition technique and grading them accordingly.

Model

Dataset: MNIST dataset was used.

Architecture:

Model Architecture

Training accuracy : 98%

Test accuracy : 99.01%

Answer Detection

  • First we convert the pdf to image
  • Then using opencv we detect the rectangles in which the answers should be given.
  • Cropping out the answers and processing it before passing it to the model for prediction.
  • Prediction

Rectangle Detection

To run files on the website check out the format or use :

Data/answers-multipage.csv

Data/answers-multipage.pdf

About

Converting handwritten answers to text using Handwriting recognition technique and grading them accordingly.

https://auto--grade.herokuapp.com/


Languages

Language:Jupyter Notebook 72.7%Language:CSS 12.8%Language:HTML 7.5%Language:JavaScript 3.8%Language:Python 3.2%