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