Skip to content

dsabljic/Image-to-LaTex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-to-LaTex

App demo

image

Local setup

git clone https://github.com/dsabljic/Image-to-LaTex.git
cd Image-to-LaTex

Set up the .env file

echo OPENAI_API_KEY=your_key_here > .env

Create virtual environment

python3 -m venv env

Activate the environment

source env/bin/activate

Install dependencies

pip3 install -r requirements.txt

Run the app

uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published