Convert mathematical images to LaTeX.

Ever want to convert your hand-written images of mathematical formulas into LaTeX code? Convert images into LaTeX code with just one click. Perfect for students, researchers, and educators.

Image:

Upload an image

or drag and drop

Code:
import { img2latex } from 'llama-latex';

const latex = await img2latex({
 filePath: './markov_chains.jpg',
 apiKey: process.env.TOGETHER_API_KEY 
});
Generated LaTeX:
Upload an image to see the LaTeX code here

Note: llama-latex is heavily inspired by @nutlope's llama-ocr.