Image Classification
Transformers
Safetensors
bone_age
image-feature-extraction
radiology
medical_imaging
x_ray
custom_code
Instructions to use ianpan/bone-age with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ianpan/bone-age with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ianpan/bone-age", trust_remote_code=True) pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ianpan/bone-age", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Request: DOI
#1
by Btcjmva - opened
Hello,
Can the author please provide a DOI in order to allow for correct citation of the model?
DOI has been generated. BibTeX citation below:
@misc {ian_pan_2025,
author = { {Ian Pan} },
title = { bone-age (Revision 2ab8127) },
year = 2025,
url = { https://huggingface.co/ianpan/bone-age },
doi = { 10.57967/hf/4673 },
publisher = { Hugging Face }
}
ianpan changed discussion status to closed