Instructions to use prithivMLmods/Geometric-Shapes-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Geometric-Shapes-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Geometric-Shapes-Classification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/Geometric-Shapes-Classification") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Geometric-Shapes-Classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f8d33279635587faf5b6676d52344b920d050ef8017bed4224d61a7d4bd05060
- Size of remote file:
- 687 MB
- SHA256:
- 4e7b8773667c165c9b7ea1d9ea7b20c1d7ff46c21735b0201c4284ee44a97853
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.