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

- Xet hash:
- 00c3ed55250567cb9e880d46cafcae0d14c5760aa9cffd7554f9549ef98f1ab8
- Size of remote file:
- 23.3 kB
- SHA256:
- 74f6ef356028f7d285f821b3001b3839207bf7f227ebf0488252d57075c5a60d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.