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