Instructions to use Professor/Plant_Classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Professor/Plant_Classification_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Professor/Plant_Classification_model") 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("Professor/Plant_Classification_model") model = AutoModelForImageClassification.from_pretrained("Professor/Plant_Classification_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
39b94b7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8442a76fb4204d8621f75348ce3a3b4e9214981166e8f1294dd55814e18a861e
size 4155
|