Spaces:
Sleeping
Sleeping
| # FastAPI and server dependencies | |
| fastapi==0.115.5 | |
| uvicorn[standard]==0.32.1 | |
| python-multipart==0.0.20 | |
| websockets==14.1 | |
| # ML and image processing | |
| onnxruntime-gpu==1.20.1 | |
| opencv-python==4.10.0.84 | |
| Pillow==11.0.0 | |
| numpy==1.26.4 | |
| huggingface-hub==0.27.0 | |
| # Caching and async | |
| redis==5.2.1 | |
| aioredis==2.0.1 | |
| celery==5.4.0 | |
| # Utilities | |
| python-dotenv==1.0.1 | |
| pydantic==2.10.3 | |
| pydantic-settings==2.6.1 | |
| # Cloud storage (optional) | |
| boto3==1.35.76 | |
| # Image/video processing | |
| imageio==2.36.1 | |
| imageio-ffmpeg==0.5.1 | |