Spaces:
Sleeping
Sleeping
| # FastAPI App Dependencies - Hugging Face Spaces | |
| # Optimized for crop disease detection RESTful API deployment | |
| # Core ML framework | |
| torch | |
| torchvision | |
| # FastAPI framework | |
| fastapi | |
| uvicorn[standard] | |
| python-multipart | |
| # Image processing | |
| Pillow | |
| # Grad-CAM visualization | |
| grad-cam | |
| # Data visualization | |
| matplotlib>=3.7.0 | |
| opencv-python | |
| # Utilities | |
| requests>=2.31.0 | |
| tqdm>=4.65.0 | |
| gradio | |
| # JSON handling and validation | |
| pydantic>=2.0.0 |