Instructions to use youngp5/Brain-Tumor-Detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use youngp5/Brain-Tumor-Detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="youngp5/Brain-Tumor-Detector") 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("youngp5/Brain-Tumor-Detector") model = AutoModelForImageClassification.from_pretrained("youngp5/Brain-Tumor-Detector") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#12 opened almost 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#10 opened almost 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#8 opened almost 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#6 opened almost 3 years ago
by
SFconvertbot
Upload folder using huggingface_hub
#3 opened almost 3 years ago
by
jlauck
Upload folder using huggingface_hub
#2 opened almost 3 years ago
by
A-Z-E
Upload folder using huggingface_hub
#1 opened almost 3 years ago
by
TonyStark142