Instructions to use prithivMLmods/Food-101-93M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Food-101-93M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Food-101-93M") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/Food-101-93M") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Food-101-93M") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,8 @@ tags:
|
|
| 15 |
- vit
|
| 16 |
- biology
|
| 17 |
---
|
|
|
|
|
|
|
| 18 |
|
| 19 |
# **Food-101-93M**
|
| 20 |
|
|
|
|
| 15 |
- vit
|
| 16 |
- biology
|
| 17 |
---
|
| 18 |
+
|
| 19 |
+

|
| 20 |
|
| 21 |
# **Food-101-93M**
|
| 22 |
|