Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	metadata
			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 predictionsGET /health- Health checkGET /conditions- List available conditions
Usage
curl -X POST "https://YOUR-USERNAME-easi-api.hf.space/predict" \
  -F "file=@image.jpg"