White Blood Cell Classifier (ViT)

huggingface
Image Generation

Vision-transformer classifier for peripheral-blood smear images. It labels a single white-blood-cell crop as one of four leukocyte types: eosinophil, lymphocyte, monocyte or neutrophil. Trained on a public blood-cell image dataset and meant for research and teaching, not clinical hematology.

Generate with White Blood Cell Classifier (ViT)
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

White Blood Cell Classifier (ViT) is image generation AI model from huggingface, priced at €0.000 per 1M input tokens with a unknown context window.

About this model

This transformers image-classification model fine-tunes a ViT backbone on microscopy crops of stained white blood cells. For a given cell image it returns the predicted leukocyte class out of eosinophil, lymphocyte, monocyte and neutrophil, with per-class scores. It is a common starting point for automated differential-count experiments and blood-smear teaching tools. The model is for research and education only and is not validated for clinical hematology or diagnosis.
Try White Blood Cell Classifier (ViT)
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 White Blood Cell Classifier (ViT) into your application.

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

const rw = railwail("YOUR_API_KEY");

const images = await rw.run("white-blood-cell-classifier-vit", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("white-blood-cell-classifier-vit", "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
huggingface
medical
research
not-diagnostic
pathology
blood-cell
leukocyte
hematology
vit
image-classification
image

Frequently asked questions

Start using White Blood Cell Classifier (ViT) today

Get started with free credits. No credit card required. Access White Blood Cell Classifier (ViT) and 100+ other models through a single API.