MathOCR
Math formula OCR using Deep Learning
Install / Use
/learn @AIRLegend/MathOCRREADME
Math OCR
Latex formula recognizer using TensorFlow 2.
NOTE: This is currently a work in progress.
Steps to run
- Download Im2Latex dataset:
cd MathOCR/src/data &&\
python im2latex_downloader.py
- Preprocess the data:
cd MathOCR/src/data &&\
python im2latex_proccess.py
- Train the model:
cd MathOCR/src/models/ &&\
python train.py --processed_data ../../data/processed --savedir ../../models --restore --epochs 10
