| # Core ML and Deep Learning | |
| torch>=2.0.0 | |
| torchvision>=0.15.0 | |
| transformers>=4.21.0 | |
| # Computer Vision and Image Processing | |
| opencv-python>=4.5.0 | |
| pillow>=8.0.0 | |
| scikit-image>=0.19.0 | |
| # Scientific Computing | |
| numpy>=1.21.0 | |
| scipy>=1.7.0 | |
| # Visualization and Plotting | |
| matplotlib>=3.5.0 | |
| plotly>=5.0.0 | |
| seaborn>=0.11.0 | |
| # 3D Processing | |
| open3d>=0.15.0 | |
| # Web Interface | |
| gradio>=3.50.2 | |
| fastapi>=0.68.0 | |
| uvicorn>=0.15.0 | |
| # Utilities | |
| requests>=2.25.0 | |
| tqdm>=4.62.0 | |
| pyyaml>=5.4.0 | |
| # Optional: For better performance | |
| albumentations>=1.0.0 | |
| timm>=0.6.0 | |
| # For DepthAnythingV2 (these will be installed when cloning the repo) | |
| # The following are typically included in DepthAnythingV2's setup.py | |
| einops | |
| xformers |