Spaces:
Running
Running
File size: 521 Bytes
54e8ea7 91f6bfe f3d1e48 d42aff5 f70be70 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# 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 |