Instructions to use Shresthadev403/food-image-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shresthadev403/food-image-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Shresthadev403/food-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("Shresthadev403/food-image-classification") model = AutoModelForImageClassification.from_pretrained("Shresthadev403/food-image-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343528508
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2310d51b2255607947da5ae13959184509584040b8e16fe1656b57c3932d1741
|
| 3 |
size 343528508
|
runs/Feb04_06-36-58_0bc3247a45bd/events.out.tfevents.1707028620.0bc3247a45bd.819.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7015a4618e44e73ff6b921a32a04e2ab4b66105e3bb3a024a4b4fde99fd23638
|
| 3 |
+
size 11617
|