eczemanage / README.md
RezinWiz's picture
Upload 15 files
ac5551c verified
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 predictions
  • GET /health - Health check
  • GET /conditions - List available conditions

Usage

curl -X POST "https://YOUR-USERNAME-easi-api.hf.space/predict" \
  -F "file=@image.jpg"