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