Spaces:
Sleeping
Sleeping
| # Core ML dependencies | |
| torch>=2.0.0 | |
| torchvision>=0.15.0 | |
| numpy>=1.24.0 | |
| # Image processing | |
| Pillow>=9.0.0 | |
| opencv-python-headless>=4.8.0 | |
| # Grad-CAM visualization | |
| grad-cam>=1.4.8 | |
| # Web framework and API | |
| fastapi>=0.104.0 | |
| uvicorn[standard]>=0.24.0 | |
| python-multipart>=0.0.6 | |
| # Data analysis and utilities | |
| scikit-learn>=1.3.0 | |
| pydantic>=2.0.0 | |
| # Progress bar for loading | |
| tqdm>=4.65.0 | |