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
- Xet hash:
- cbeb85926ef0d2554a950f10ac3fb95485c9e7061ff9a95799074e8ebedbd91a
- Size of remote file:
- 4.98 kB
- SHA256:
- 83867bf089cb3473aabd273df8e52c92d283b276dff9da74c9549d16d4f5d7f7
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.