8000 GitHub - minor/llama-latex: An npm library to convert images into LaTeX for free with Llama 3.2 Vision
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

minor/llama-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0