Wikunia / HE2LaTeX

Converting handwritten equations to LaTeX

Home Page:http://opensourc.es/blog/he2latex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HE2LaTeX

Not supported anymore I can't support this project anymore with the necessary download files as they are too huge for my small server.

The main goal of this repository is to provide a framework of constructing LaTeX equations out of handwritten images.

Converting this: Handwritten equation

to:

$\frac{977}{312}\lambda^3-580 \neq 458$

A short test can be done using the jupyter notebook short_test.ipynb.

For downloading all data needed for training run:

python download.py

The sequence to sequence model can be trained using the jupyter notebook Seq2Seq.ipynb where also the model used is shown.

If the model itself changed the file Seq2SeqModel/Seq2SeqModel.py has to be changed as well.

About

Converting handwritten equations to LaTeX

http://opensourc.es/blog/he2latex


Languages

Language:Jupyter Notebook 99.3%Language:Python 0.7%