Image Classification
Transformers
English
Korean
computer-vision
multimodal
image-captioning
food-recognition
Instructions to use simkyuri/cafeteria-food-scanner-system with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use simkyuri/cafeteria-food-scanner-system with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="simkyuri/cafeteria-food-scanner-system") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("simkyuri/cafeteria-food-scanner-system", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K