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") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8917a83 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8350bae2d69a0f757abcec1eb625852f70158166c989f9418b0c6ee529bea0f4
size 347507016
|