SegmentVision / requirements.txt
sagar007's picture
Update requirements.txt
28517d0 verified
raw
history blame contribute delete
401 Bytes
# 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