DINOv2 Skin Disease Classifier

huggingface
Image Generation

DINOv2-base backbone fine-tuned for skin-disease image classification across 31 conditions, including basal cell carcinoma, lichen planus, lupus, herpes simplex, impetigo, leprosy variants and several genodermatoses. Broader than melanoma-only models. Research and educational use only, not a diagnostic.

Generate with DINOv2 Skin Disease Classifier
Describe what you want and pick a size β€” the image renders inline.
Sign in to try this model with €5 free credits.
Sign in
Result appears here
TL;DRΒ·Last updated June 24, 2026

DINOv2 Skin Disease Classifier is image generation AI model from huggingface, priced at €0.000 per 1M input tokens with a unknown context window.

About this model

Dinov2ForImageClassification model by Jayanth2002 that fine-tunes Meta's self-supervised DINOv2 vision backbone on a multi-class dermatology dataset of 31 skin conditions. Unlike the HAM10000 lesion classifiers it covers inflammatory and infectious dermatoses (for example lichen planus, herpes simplex, impetigo, leprosy subtypes) alongside basal cell carcinoma. Output is a probability over the 31 disease classes for one image. The wide label set means lower per-class confidence and it must not be used for diagnosis.
Try DINOv2 Skin Disease Classifier
Sign in to generate β€” 50 free credits on sign-up

Pricing

Price per Generation
Per generation€1.00

API Integration

Use our OpenAI-compatible API to integrate DINOv2 Skin Disease Classifier into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

const images = await rw.run("jayanth2002-dinov2-skin-disease", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("jayanth2002-dinov2-skin-disease", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€1.00
Developer
huggingface
Category
Image Generation
Supported Formats
image
Tags
medical
research
not-diagnostic
dermatology
skin-disease
dinov2
image-classification

Frequently asked questions

Start using DINOv2 Skin Disease Classifier today

Get started with free credits. No credit card required. Access DINOv2 Skin Disease Classifier and 100+ other models through a single API.