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