Spaces:
Sleeping
Sleeping
| # Core FastAPI | |
| fastapi==0.104.1 | |
| uvicorn[standard]==0.24.0 | |
| python-multipart==0.0.6 | |
| # Machine Learning & Computer Vision | |
| torch==2.1.0 | |
| torchvision==0.16.0 | |
| transformers==4.35.0 | |
| ultralytics==8.0.200 | |
| pillow==10.1.0 | |
| # Data Processing | |
| pandas==2.1.3 | |
| numpy==1.24.3 | |
| # Evaluation metrics | |
| evaluate==0.4.1 | |
| scikit-learn==1.3.2 | |
| # Utilities | |
| pydantic==2.4.2 | |
| python-dotenv==1.0.0 | |