Instructions to use PriyamSheta/EmotionClassModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PriyamSheta/EmotionClassModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="PriyamSheta/EmotionClassModel") 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("PriyamSheta/EmotionClassModel") model = AutoModelForImageClassification.from_pretrained("PriyamSheta/EmotionClassModel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2fded7b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2bee3d0cb7570fb86caebf6ec4971a98eb9f6acd25352a2218d7f1761dd6ed69
size 3515
|