llama-latex
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Llama Latex

An npm library to convert images into LaTeX for free with Llama 3.2 Vision.

Current version


Installation

npm i llama-latex

Usage

import { img2latex } from "llama-latex";

const latex = await img2latex({
  filePath: "./test/maxwell_distribution.png", // path to your image
  apiKey: process.env.TOGETHER_API_KEY, // Together AI API key
});

Credit

This project was inspired by @nutlope's llama-ocr. Go check them out!

Package Sidebar

Install

npm i llama-latex

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

7.74 kB

Total Files

7

Last publish

Collaborators

  • saurishhh