Spaces:
Sleeping
Sleeping
| # Streamlit for web interface | |
| streamlit>=1.28.0 | |
| # Core ML and Deep Learning | |
| torch>=2.5.1,<2.6.0 | |
| torchvision>=0.20.1,<0.21.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 | |
| # Hugging Face integration | |
| huggingface-hub>=0.19.0 | |
| # Utility packages | |
| tqdm>=4.60.0 | |