skin-cure-api / README.md
dhruvilhere's picture
fix: add exact Huggingface Space Config
add5d67
metadata
title: Skin Cure API
emoji: 🩺
colorFrom: green
colorTo: blue
sdk: docker
pinned: false
app_file: main.py

Skin Cure API

FastAPI backend for the Skin Cure application. AI-powered skin disease classifier using a SwinV2-Base transformer model.

Endpoints

  • GET / — API status
  • GET /health — Health check
  • POST /predict — Skin disease classification from uploaded image
  • GET /doctors — Nearby dermatologists via Google Places API