Skip to content
/ MathOCR Public
forked from AIRLegend/MathOCR

Math formula OCR using Deep Learning

Notifications You must be signed in to change notification settings

tangmq/MathOCR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math OCR

Latex formula recognizer using TensorFlow 2.

NOTE: This is currently a work in progress.

Steps to run

  1. Download Im2Latex dataset:
cd MathOCR/src/data &&\
    python im2latex_downloader.py
  1. Preprocess the data:
cd MathOCR/src/data &&\
    python im2latex_proccess.py
  1. Train the model:
cd MathOCR/src/models/ &&\
    python train.py --processed_data ../../data/processed --savedir ../../models --restore --epochs 10

About

Math formula OCR using Deep Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%