| # SmolVLM2 Video Testing Requirements | |
| # Core ML and Vision Libraries | |
| torch>=2.0.0 | |
| torchvision>=0.15.0 | |
| transformers>=4.40.0 | |
| accelerate>=0.27.0 | |
| pillow>=10.0.0 | |
| # Video Processing | |
| opencv-python>=4.8.0 | |
| imageio>=2.31.0 | |
| imageio-ffmpeg>=0.4.9 | |
| av>=10.0.0 | |
| # Hugging Face Integration | |
| huggingface-hub>=0.20.0 | |
| datasets>=2.16.0 | |
| num2words>=0.5.0 | |
| # Audio Processing | |
| openai-whisper>=20231117 | |
| # Utilities | |
| numpy>=1.24.0 | |
| matplotlib>=3.7.0 | |
| tqdm>=4.65.0 | |
| requests>=2.31.0 | |
| # Development Tools | |
| jupyter>=1.0.0 | |
| ipykernel>=6.25.0 | |
| black>=23.0.0 | |
| flake8>=6.0.0 | |
| # Optional: For better performance on Apple Silicon | |
| # Install with: pip install --upgrade --force-reinstall --no-cache-dir torch torchvision --index-url https://download.pytorch.org/whl/cpu | |