| # Core server | |
| fastapi>=0.115.0 | |
| uvicorn[standard]>=0.30.0 | |
| # HF ecosystem | |
| transformers>=4.44.0 | |
| accelerate>=0.33.0 | |
| # Multimedia + utils | |
| pillow>=10.0.0 | |
| numpy>=1.24.0 | |
| requests>=2.31.0 | |
| imageio[ffmpeg]>=2.34.0 | |
| # Config | |
| python-dotenv>=1.0.1 | |
| # FastAPI runtime model layer | |
| pydantic>=2.0.0 | |
| # IMPORTANT: | |
| # - Install PyTorch separately to match your platform/CUDA: | |
| # CPU (Windows/Linux/macOS): | |
| # pip install torch --index-url https://download.pytorch.org/whl/cpu | |
| # NVIDIA CUDA (example for cu124, adjust as needed): | |
| # pip install torch --index-url https://download.pytorch.org/whl/cu124 | |
| # Testing and tooling | |
| pytest>=8.0.0 | |
| pytest-cov>=4.1.0 | |
| pyyaml>=6.0.0 |