Instructions to use SeyedAli/Distilled-Melanoma-Classification-EfficientNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SeyedAli/Distilled-Melanoma-Classification-EfficientNet with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="SeyedAli/Distilled-Melanoma-Classification-EfficientNet") 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("SeyedAli/Distilled-Melanoma-Classification-EfficientNet") model = AutoModelForImageClassification.from_pretrained("SeyedAli/Distilled-Melanoma-Classification-EfficientNet", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
57afaf5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f0fa6160d92a99d193faea72b2c9e54c3a35ac04b040cb7bfdf9e8377262ad96
size 4792
|