Image Classification
Transformers
Safetensors
English
siglip
Emoji-Scope
Google
CrossEmoji Classifier
Instructions to use prithivMLmods/Emoji-Scope with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Emoji-Scope with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Emoji-Scope") 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/Emoji-Scope") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Emoji-Scope", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6352ca0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6b8ef3681b5c37988acd09f9737a867985bc926b743a436b6231d47d250f51f1
size 5304
|