pdf-trainer-api / requirements.txt
Avinashnalla7's picture
deploy: real pdf-trainer-demo API
2fce05d
raw
history blame
256 Bytes
# Google / Gmail
google-api-python-client==2.111.0
google-auth==2.27.0
google-auth-oauthlib==1.2.0
# OpenAI
openai==1.12.0
# PDF -> image
PyMuPDF==1.23.26
Pillow==10.2.0
# Utilities
python-dotenv==1.0.1
requests==2.31.0
fastapi==0.115.6
uvicorn==0.30.6