Video-Summary/requirements.txt

21 lines
380 B
Plaintext

# Core dependencies for video processing
opencv-python>=4.5.0,<5.0.0
numpy>=1.21.0,<2.0.0
imutils>=0.5.4
# Video I/O
imageio>=2.9.0
imageio-ffmpeg>=0.4.0
# Visualization
matplotlib>=3.3.0
# Configuration
pyyaml>=6.0
# Progress bars
tqdm>=4.60.0
# Optional: Machine Learning (for classification features)
# Uncomment if you need TensorFlow support:
# tensorflow>=2.10.0,<3.0.0