Spaces:
Running
Running
# requirements.txt | |
# Core ML/Torch | |
torch | |
transformers | |
# Image/Data Handling | |
Pillow | |
numpy | |
# Web UI | |
gradio | |
# Object Detection/Segmentation Base (Dependency for FastSAM) | |
ultralytics | |
# Segmentation Model (Installed from Git) | |
git+https://github.com/CASIA-IVA-Lab/FastSAM.git | |
# Utility for downloading files | |
wget | |
# Often implicitly required by ML libraries, especially vision | |
# opencv-python-headless |