Instructions to use NeuronZero/SkinCancerClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NeuronZero/SkinCancerClassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="NeuronZero/SkinCancerClassifier") 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/SkinCancerClassifier") model = AutoModelForImageClassification.from_pretrained("NeuronZero/SkinCancerClassifier") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 615a3037d8a114ae6a08beaac19767f3bd82beb82930ad6efec8ef963bfdccf2
- Size of remote file:
- 4.98 kB
- SHA256:
- be0595590217ba4954ff2a7831242d6ff503684dd682e1468e0a306bd8d28d07
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.