Spaces:
Sleeping
Sleeping
| # Streamlit for web interface | |
| streamlit>=1.28.0 | |
| # Core ML and Deep Learning | |
| torch>=2.0.0,<2.5.0 | |
| torchvision>=0.15.0,<0.20.0 | |
| numpy>=1.22.0,<2.0.0 | |
| # Computer Vision | |
| opencv-python-headless>=4.5.0 | |
| Pillow>=8.0.0 | |
| # Data Processing | |
| pandas>=1.3.0 | |
| scikit-learn>=1.0.0 | |
| # Visualization | |
| matplotlib>=3.5.0 | |
| # Utility | |
| tqdm>=4.62.0 | |
| hydra-core>=1.1.0 | |
| # For downloading model weights | |
| huggingface-hub>=0.19.0 | |
| # Note: SAM2 will be installed from git in Dockerfile |