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