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