Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use camiloTel0410/bean-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use camiloTel0410/bean-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="camiloTel0410/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("camiloTel0410/bean-classifier") model = AutoModelForImageClassification.from_pretrained("camiloTel0410/bean-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d60c00f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:992e5049bdbbb3100da7841e501720645efcd83f3940c4fdcd833de81f95fc56
size 4024
|