Instructions to use Pro-Coder/skin-lesion-vit-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Pro-Coder/skin-lesion-vit-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Pro-Coder/skin-lesion-vit-finetuned") 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("Pro-Coder/skin-lesion-vit-finetuned") model = AutoModelForImageClassification.from_pretrained("Pro-Coder/skin-lesion-vit-finetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3376aa1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:01738145d898d5361d676aae7b50e0c5050e1c3697d1db63c08ab426f1233e1a
size 5585
|