Skip to content

Instantly share code, notes, and snippets.

View le-el's full-sized avatar
🏠
Working from home

le_el le-el

🏠
Working from home
View GitHub Profile
@danielgross
danielgross / mathpix2gpt.py
Last active March 18, 2025 02:18
mathpix2gpt.py
import requests
import time
import os
import sys
import openai
import tiktoken
from termcolor import colored
openai.api_key = open(os.path.expanduser('~/.openai')).read().strip()