resizer / requirements.txt
dramp77's picture
Update requirements.txt
069f4e6 verified
raw
history blame contribute delete
441 Bytes
# Core dependencies
torch>=2.0.0
torchvision>=0.15.0
transformers>=4.30.0
gradio>=4.0.0
# Image processing
Pillow>=9.0.0
pillow-avif-plugin>=1.3.0
opencv-python>=4.8.0
rembg>=2.0.50
onnxruntime>=1.15.0 # <- Tambahan ini
# Data processing
numpy>=1.21.0
pandas>=1.5.0
# HTTP requests and environment
requests>=2.28.0
python-dotenv>=1.0.0
# Utilities
lru-dict>=1.1.8
# Optional: For better performance
accelerate>=0.20.0
xformers>=0.0.20