2025-07-16 20:24:25 +01:00
|
|
|
# Core ML and Image Processing
|
|
|
|
|
torch>=2.0.0
|
|
|
|
|
torchvision>=0.15.0
|
|
|
|
|
transformers>=4.30.0
|
|
|
|
|
Pillow>=9.5.0
|
|
|
|
|
numpy>=1.24.0
|
|
|
|
|
|
|
|
|
|
# Data Processing
|
|
|
|
|
pandas>=2.0.0
|
|
|
|
|
opencv-python>=4.7.0
|
|
|
|
|
|
|
|
|
|
# Image Metadata
|
|
|
|
|
exifread>=3.0.0
|
|
|
|
|
piexif>=1.1.3
|
|
|
|
|
|
|
|
|
|
# Jupyter and Visualization
|
|
|
|
|
jupyter>=1.0.0
|
|
|
|
|
matplotlib>=3.7.0
|
|
|
|
|
seaborn>=0.12.0
|
|
|
|
|
|
|
|
|
|
# Utilities
|
|
|
|
|
tqdm>=4.65.0
|
|
|
|
|
requests>=2.31.0
|
2025-07-16 20:45:50 +01:00
|
|
|
|
|
|
|
|
# Training Dependencies (for custom model training)
|
|
|
|
|
scikit-learn>=1.3.0
|
|
|
|
|
datasets>=2.14.0
|
|
|
|
|
accelerate>=0.21.0
|