Image Classification
Transformers
TensorBoard
Safetensors
PyTorch
vit
huggingpics
Eval Results (legacy)
Instructions to use MDZN/fruit-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MDZN/fruit-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="MDZN/fruit-classifier") 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("MDZN/fruit-classifier") model = AutoModelForImageClassification.from_pretrained("MDZN/fruit-classifier") - Notebooks
- Google Colab
- Kaggle

- Xet hash:
- 90d58197fdea08752c8ea7b37d3487863ce62c2a6eec8b460f7a5057033195f9
- Size of remote file:
- 19.8 kB
- SHA256:
- 8c431cd093d56575ab5957c60ea79aa1cc5e76219ab2160b6a03d1ed02640dd4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.