Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.42.0
metadata
title: BoneAgePrediction
emoji: π¦
colorFrom: red
colorTo: red
sdk: gradio
sdk_version: 5.34.0
app_file: app.py
pinned: false
license: mit
short_description: π©Ί Bone Age Prediction Gradio App
π©Ί Bone Age Prediction Gradio App
This Hugging Face Space provides an interactive demo for bone age estimation from hand X-ray images, based on the bone-age-resnet-80m deep learning model (ResNet152, finetuned on the RSNA Pediatric Bone Age dataset).
π What does this app do?
- Upload a hand X-ray (PNG/JPG).
- Select the patient's gender (Male/Female).
- Get an instant prediction of bone age in months (and years/months format) using a state-of-the-art neural network.
π§ Model Details
- Architecture: ResNet152 + custom head (β80M parameters)
- Input: 256x256 hand X-ray image & gender
- Output: Bone age (months)
- Training Data: RSNA Bone Age Challenge
- Model Card: bone-age-resnet-80m
π How to use
- Upload a clear hand X-ray image (preferably as PNG).
- Select the appropriate gender.
- Press "Submit" to get the predicted bone age.
Note: This app is for educational and research purposes only. Not for clinical use.
π·οΈ Citation
If you use this demo or model, please cite the RSNA Bone Age dataset and this Hugging Face Space/model.
Built with β€οΈ using Gradio and Hugging Face Spaces.