Spaces:
Sleeping
Sleeping
File size: 496 Bytes
97b3ec6 ac5551c 97b3ec6 ac5551c 97b3ec6 ac5551c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
title: EASI Severity Prediction API
emoji: 🔬
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
app_port: 8000
---
# EASI Severity Prediction API
FastAPI-based REST API for predicting EASI scores from dermatological images.
## Endpoints
- `POST /predict` - Upload image and get EASI predictions
- `GET /health` - Health check
- `GET /conditions` - List available conditions
## Usage
```bash
curl -X POST "https://YOUR-USERNAME-easi-api.hf.space/predict" \
-F "file=@image.jpg"
|