File size: 1,343 Bytes
cbb3515 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
# ---------------------------------------------------------------------- # 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 |