Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use Asseh/Ball_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Asseh/Ball_Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Asseh/Ball_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("Asseh/Ball_Classification") model = AutoModelForImageClassification.from_pretrained("Asseh/Ball_Classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 1ac82fd284e933141c89aacfa4e7b931958128617883e75b0b4e0381e60a895a
- Size of remote file:
- 4.92 kB
- SHA256:
- 4b320ed8c91509a547d777843df8eafaeeccb6ad1e50c7ba67a9581a307eaa94
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.