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