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