File size: 401 Bytes
28517d0
2cfae42
28517d0
2cfae42
 
 
28517d0
2cfae42
 
 
28517d0
 
2cfae42
28517d0
 
 
 
aaf62b0
2cfae42
28517d0
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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