Spaces:
Sleeping
Sleeping
| # Core runtime (CPU) | |
| torch>=2.2,<2.4 | |
| torchvision>=0.17,<0.19 | |
| # torchaudio not needed for this app; add if you really use it | |
| # UI + model fetch | |
| gradio==5.43.1 | |
| gradio_client>1.3.0 | |
| safetensors>=0.4.3 | |
| # NLP + Vision backbones | |
| transformers>=4.41,<4.46 | |
| tokenizers>=0.15,<0.20 | |
| timm>=0.9.7,<1.0 | |
| # Image / utils | |
| opencv-python-headless>=4.8 | |
| Pillow>=10.0,<11 | |
| pandas>=2.2,<2.3 | |
| numpy>=1.26,<2.2 | |
| scikit-learn>=1.3,<1.6 | |
| tqdm>=4.66,<5 | |
| matplotlib>=3.8,<3.9 | |
| pyyaml>=6.0 | |