Img2Vec/requirements.txt
2025-06-13 07:21:58 +08:00

16 lines
241 B
Plaintext

# Core
torch>=2.0.1
transformers>=4.30.0
Pillow>=9.5.0
requests>=2.31.0
charset-normalizer>=3.1.0
# Numerical & evaluation
numpy>=1.25.0
scikit-learn>=1.2.2
faiss-cpu>=1.7.3
# COCO utilities & progress bars
pycocotools>=2.0.6
tqdm>=4.65.0