Instructions to use Atirath/Skin_Cancer_Using_MobileViT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Atirath/Skin_Cancer_Using_MobileViT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Atirath/Skin_Cancer_Using_MobileViT") 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("Atirath/Skin_Cancer_Using_MobileViT") model = AutoModelForImageClassification.from_pretrained("Atirath/Skin_Cancer_Using_MobileViT") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
8904478 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:76871cda679371e0c647c4059f9e01e39ab41448e1787ff271e830bdc62c5d80
size 19866952
|