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
- Xet hash:
- 3cb3cf3a472a29f707e6ce9c06a1aa9c3dd46521c52cec9ccd30f76f5c52db80
- Size of remote file:
- 4.92 kB
- SHA256:
- 6cdb2f8f71607f374787e1fc5dc2a41f9ec2a880d55f5b0c5941c750740c9946
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.