StickerGen / requirements.txt
KarthikAI's picture
Update requirements.txt
f70be70 verified
raw
history blame contribute delete
521 Bytes
# Requirements for FastAPI app and AI inference
fastapi # Web API framework for Python
uvicorn # ASGI server for running FastAPI
pillow # Image processing (PIL)
transformers # Hugging Face Transformers library for BLIP model
torch # Required by BLIP for inference
openai # OpenAI API client for DALL·E 3 image generation
python-multipart # For file uploads with FastAPI
deepface
insightface
numpy
tf-keras
diffusers
safetensors
onnxruntime