guillaumegenthial/im2latex
A TensorFlow Seq2Seq model with attention and beam search that converts images of mathematical formulas into LaTeX code.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
The model follows an encoder-decoder architecture where a convolutional neural network encodes an image of a mathematical formula and a recurrent decoder with attention generates the corresponding LaTeX sequence. It includes beam search for improved decoding and was inspired by the Show, Attend and Tell paper and Harvard’s im2markup dataset.