Instructions to use BehradG/resnet-18-MRI-Brain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BehradG/resnet-18-MRI-Brain with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="BehradG/resnet-18-MRI-Brain") 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("BehradG/resnet-18-MRI-Brain") model = AutoModelForImageClassification.from_pretrained("BehradG/resnet-18-MRI-Brain") - Notebooks
- Google Colab
- Kaggle
Upload ResNetForImageClassification
Browse files- model.safetensors +2 -2
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80a8af983a0ce48a3c959316b7b37426178929b043c2e86ea500f996ed77d275
|
| 3 |
+
size 44764336
|