Bone Fracture Detection (X-ray)

huggingface
Image Generation

Image classifier by prithivMLmods that labels a bone x-ray as Fractured or Not Fractured. Given a single radiograph it returns binary class scores. One of the more downloaded fracture classifiers on the Hub. Research and education only, not a diagnostic tool.

Generate with Bone Fracture Detection (X-ray)
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

Bone Fracture Detection (X-ray) is image generation AI model from huggingface, priced at €0.000 per 1M input tokens with a unknown context window.

About this model

This model is fine-tuned to perform binary classification of bone x-rays into Fractured and Not Fractured. It takes one radiograph and outputs a two-class probability. It is useful for prototyping fracture-triage workflows and for teaching, but it does not localise the fracture and is not validated for clinical decisions. Always confirm with a qualified clinician.
Try Bone Fracture Detection (X-ray)
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 Bone Fracture Detection (X-ray) into your application.

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

const rw = railwail("YOUR_API_KEY");

const images = await rw.run("bone-fracture-detection-xray", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("bone-fracture-detection-xray", "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
radiology
huggingface
bone-fracture
xray
image-classification

Frequently asked questions

Start using Bone Fracture Detection (X-ray) today

Get started with free credits. No credit card required. Access Bone Fracture Detection (X-ray) and 100+ other models through a single API.