Skip to content

Instantly share code, notes, and snippets.

View falahgs's full-sized avatar

Falah Gate Salieh falahgs

View GitHub Profile
@danielgross
danielgross / mathpix2gpt.py
Last active April 22, 2024 05:19
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()