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
- Xet hash:
- be3cdfd3220f5ffabc64b6d4808401ab4cd142b9cf16903982a14064143b7456
- Size of remote file:
- 5.18 kB
- SHA256:
- 52ae6160004714c815ba25e1872f3e3ac3bec9e2e7c0dcc51727c32d29ade64c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.