Instructions to use Jacques7103/Food-Recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jacques7103/Food-Recognition with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Jacques7103/Food-Recognition") 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("Jacques7103/Food-Recognition") model = AutoModelForImageClassification.from_pretrained("Jacques7103/Food-Recognition") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Dec03_22-20-35_LAPTOP-PH299HA6
- Dec03_22-46-20_LAPTOP-PH299HA6
- Dec03_22-58-38_LAPTOP-PH299HA6
- Dec03_23-00-05_LAPTOP-PH299HA6
- Dec03_23-32-34_LAPTOP-PH299HA6
- Dec04_13-13-13_LAPTOP-PH299HA6
- Dec04_13-19-20_LAPTOP-PH299HA6
- Dec04_13-31-59_LAPTOP-PH299HA6
- Dec04_21-54-12_LAPTOP-PH299HA6
- Dec04_22-01-11_LAPTOP-PH299HA6
- Dec06_09-04-48_LAPTOP-PH299HA6
- Dec06_19-06-57_LAPTOP-PH299HA6
- Dec06_20-15-17_LAPTOP-PH299HA6
- Dec06_21-00-47_LAPTOP-PH299HA6
- Dec06_21-27-18_LAPTOP-PH299HA6
- Dec12_21-47-56_DESKTOP-MQJAOOG
- Dec12_22-37-00_DESKTOP-MQJAOOG
- Dec14_21-37-11_DESKTOP-MQJAOOG
- Dec14_21-39-12_DESKTOP-MQJAOOG
- Dec14_21-50-52_LAPTOP-J8HK3FNN