Image Classification
Transformers
TensorBoard
Safetensors
vit
food-ingredient-classification
food101
food101-finetuned
Generated from Trainer
Instructions to use ericmconnelly/finetuned-food101 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ericmconnelly/finetuned-food101 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ericmconnelly/finetuned-food101") 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("ericmconnelly/finetuned-food101") model = AutoModelForImageClassification.from_pretrained("ericmconnelly/finetuned-food101", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
be6fcfd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:83867bf089cb3473aabd273df8e52c92d283b276dff9da74c9549d16d4f5d7f7
size 4984
|