Image-to-LaTex App demo 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