Video-Summary/requirements.txt

15 lines
321 B
Plaintext
Raw Normal View History

# 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
# Optional: Machine Learning (for classification features)
# Uncomment if you need TensorFlow support:
# tensorflow>=2.10.0,<3.0.0