jpli02 / Auto-Corrector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic Correction for Handwritten Mathemetical Formula

Detecting lines of mathematical problems then solve it!

We develop two kinds of model for recognizing math operators and numbers.

Low-level model: Adpoting BOW + SVM for image classification

CNN-based model: LeNet trained on MNIST

Pipeline is shown below

image

To improve the accuracy, we extact the skeleton for each element detected.

Screen Shot 2021-08-23 at 3 23 40 PM

  • Dataset: CROHME of ICFHR14 and MNIST
  • Environment: Tensorflow 2.4, Opencv 4.5 and python 3.7+

About


Languages

Language:Python 100.0%