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:
- acc04893197d82476468e829b7566bde656f835b8e72b214d101af3d7ae6802d
- Size of remote file:
- 687 MB
- SHA256:
- aa188c598b29736f377f9dffe4bd270589b44c7bc79b653779c972bc68163aab
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.