Spaces:
Running
Running
| # Core FastAPI dependencies | |
| fastapi>=0.100.0 | |
| uvicorn[standard]>=0.20.0 | |
| python-multipart | |
| python-dotenv | |
| # ML and Computer Vision | |
| torch>=2.0.0 | |
| transformers>=4.30.0 | |
| huggingface-hub>=0.15.0 | |
| open_clip_torch>=2.20.0 | |
| timm>=0.9.0 | |
| # Image processing | |
| pillow>=10.0.0 | |
| numpy>=1.24.0 | |
| matplotlib>=3.7.0 | |
| seaborn>=0.12.0 | |
| # Web scraping and search | |
| requests>=2.30.0 | |
| duckduckgo_search>=4.0.0 | |
| lxml>=4.9.0 | |
| # Utilities | |
| tqdm>=4.65.0 | |
| packaging>=23.0 | |
| regex | |
| PyYAML>=6.0 |