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: 134 Bytes
2fded7b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9ec42a17c558617d25a8036a999b4db40a4381e85fe7594ea7ec4d4685779728
size 343265965
|