README: The goal of this project is to create a learning based system that takes an image of a math formula and returns corresponding LaTeX code.
README: Install the package `pix2tex`: ``` pip install "pix2tex[gui]" ``` Model checkpoints will be downloaded automatically. There are three ways to get a prediction from an image. 1. Yo…
README: Install a couple of dependencies `pip install "pix2tex[train]"`. 1. First we need to combine the images with their ground truth labels. I wrote a dataset class (which needs furthe…
README: - [x] add more evaluation metrics - [x] create a GUI - [ ] add beam search - [ ] support handwritten formulae (kinda done, see training colab notebook) - [ ] reduce model size (di…