Files
reverse-SynthID/requirements.txt
T
Alosh Denny 25483c159a v3
2026-02-15 18:04:20 +05:30

22 lines
284 B
Plaintext

# SynthID Watermark Analysis - Dependencies
# Core
numpy>=1.21.0
scipy>=1.7.0
opencv-python>=4.5.0
# Wavelet analysis
PyWavelets>=1.1.1
# Machine learning (for ICA)
scikit-learn>=0.24.0
# Image processing
Pillow>=8.0.0
# Visualization
matplotlib>=3.4.0
# Utilities
tqdm>=4.60.0