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:ce5062e6f75f698eabee7c5c8bce1ff2028182cf9fd9b6e8b0d5ada1f50c47ab
size 686524869
|