SkillAgentSearch skills...

MathOCR

Math formula OCR using Deep Learning

Install / Use

/learn @AIRLegend/MathOCR
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars12
CategoryEducation
Updated8mo ago
Forks4

Languages

Python

Security Score

72/100

Audited on Jul 29, 2025

No findings