Instructions to use tta1301/xray-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tta1301/xray-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="tta1301/xray-classifier") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("tta1301/xray-classifier") model = AutoModelForImageClassification.from_pretrained("tta1301/xray-classifier") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c653795 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:31a3ce2f35a853d005a30bc410de965307151c16e595030918a1f55041d159c8
size 5201
|