Instructions to use JuanMa360/kitchen-layouts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JuanMa360/kitchen-layouts with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="JuanMa360/kitchen-layouts") 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("JuanMa360/kitchen-layouts") model = AutoModelForImageClassification.from_pretrained("JuanMa360/kitchen-layouts", device_map="auto") - Notebooks
- Google Colab
- Kaggle
commit files to HF hub
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ model-index:
|
|
| 15 |
metrics:
|
| 16 |
- name: Accuracy
|
| 17 |
type: accuracy
|
| 18 |
-
value:
|
| 19 |
---
|
| 20 |
|
| 21 |
# kitchen-layouts
|
|
|
|
| 15 |
metrics:
|
| 16 |
- name: Accuracy
|
| 17 |
type: accuracy
|
| 18 |
+
value: Not reported
|
| 19 |
---
|
| 20 |
|
| 21 |
# kitchen-layouts
|