Image Classification
Transformers
Safetensors
efficientnet
Generated from Trainer
Eval Results (legacy)
Instructions to use jhoppanne/SkinCancerClassifier_smote-V0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jhoppanne/SkinCancerClassifier_smote-V0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jhoppanne/SkinCancerClassifier_smote-V0") 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("jhoppanne/SkinCancerClassifier_smote-V0") model = AutoModelForImageClassification.from_pretrained("jhoppanne/SkinCancerClassifier_smote-V0", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0a61450 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c165339fc8e99a1db6322e5558bbbe123df70aef24abe6cce9b0347a2c027691
size 5176
|