skin-disease-detect / README.md
TDHarshithReddy's picture
Use CLIP zero-shot probabilities output, remove image marking
61ef567
|
Raw
History Blame Contribute Delete
647 Bytes
---
title: Skin Disease Detection
emoji: 🩺
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 5.25.0
app_file: app.py
pinned: false
python_version: "3.11"
---
# Skin Disease Detector — OpenAI CLIP
Zero-shot skin condition classification using `openai/clip-vit-large-patch14`.
Upload a skin image and get probability scores for each condition.
## Labels
- melasma skin pigmentation
- ringworm skin infection ring shape
- eczema inflamed dry skin
- acne pimple pustule
- normal skin
- birthmark on skin
- shadow on skin
- insect bite on skin
- sunburned skin
**Not a diagnostic tool** — output should be reviewed by a dermatologist.