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