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