| # ---------------------------------------------------------------------- | |
| # Core Dependencies | |
| # ---------------------------------------------------------------------- | |
| numpy<2.0 | |
| scikit-learn | |
| scipy | |
| requests | |
| certifi>=2024.0.0 | |
| # ---------------------------------------------------------------------- | |
| # Machine Learning and Computer Vision | |
| # ---------------------------------------------------------------------- | |
| torch>=2.0.1 | |
| torchvision>=0.15.2 | |
| timm | |
| transformers>=4.46.0 | |
| huggingface_hub | |
| safetensors>=0.4.0 | |
| ultralytics | |
| kornia | |
| einops | |
| # ---------------------------------------------------------------------- | |
| # Image Processing | |
| # ---------------------------------------------------------------------- | |
| Pillow | |
| opencv-python | |
| opencv-contrib-python | |
| simple-lama-inpainting | |
| # ---------------------------------------------------------------------- | |
| # Web and API | |
| # ---------------------------------------------------------------------- | |
| fastapi | |
| starlette | |
| uvicorn | |
| gradio>=5.16.0 | |
| spaces | |
| # ---------------------------------------------------------------------- | |
| # System and Utilities | |
| # ---------------------------------------------------------------------- | |
| pybind11>=2.12 | |
| accelerate | |
| # ---------------------------------------------------------------------- | |
| # Testing | |
| # ---------------------------------------------------------------------- | |
| pytest | |
| pytest-asyncio |