Instructions to use therealcyberlord/vit-indian-food with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use therealcyberlord/vit-indian-food with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="therealcyberlord/vit-indian-food") 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("therealcyberlord/vit-indian-food") model = AutoModelForImageClassification.from_pretrained("therealcyberlord/vit-indian-food", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 5d21d5f47b666af4312d3b77f6c46ec591761d2841d728db3ecb1ed56385a6cd
- Size of remote file:
- 687 MB
- SHA256:
- d00ef2e168250876bbb79d1a5fb7b10c466de6ece2faa54db84d38b26515da21
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.