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
File size: 133 Bytes
ac00f18 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:82f49b6cbf45d8b3a009c31c8eb5cbedcc9a76380179177563f790a71cf93272
size 20136099
|