Instructions to use Moreza009/HF_CVcourse_FoodClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Moreza009/HF_CVcourse_FoodClassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Moreza009/HF_CVcourse_FoodClassifier") 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("Moreza009/HF_CVcourse_FoodClassifier") model = AutoModelForImageClassification.from_pretrained("Moreza009/HF_CVcourse_FoodClassifier") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
91ae30b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:52ae6160004714c815ba25e1872f3e3ac3bec9e2e7c0dcc51727c32d29ade64c
size 5176
|