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