Instructions to use NeuronZero/MRI-Reader with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NeuronZero/MRI-Reader with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="NeuronZero/MRI-Reader") 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("NeuronZero/MRI-Reader") model = AutoModelForImageClassification.from_pretrained("NeuronZero/MRI-Reader", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8917a83 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6cdb2f8f71607f374787e1fc5dc2a41f9ec2a880d55f5b0c5941c750740c9946
size 4920
|