Spaces:
Running
Running
# 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 |