Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use pratapaadii/Emotion_Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pratapaadii/Emotion_Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pratapaadii/Emotion_Classifier") 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("pratapaadii/Emotion_Classifier") model = AutoModelForImageClassification.from_pretrained("pratapaadii/Emotion_Classifier") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jun04_05-20-24_6b22a4a61602
- Jun04_05-31-53_6b22a4a61602
- Jun04_05-41-36_6b22a4a61602
- Jun04_05-49-32_6b22a4a61602
- Jun04_05-57-47_6b22a4a61602
- Jun04_06-13-16_6b22a4a61602
- Jun04_06-22-11_6b22a4a61602
- Jun04_06-31-34_6b22a4a61602
- Jun04_06-39-32_6b22a4a61602
- Jun04_06-41-06_6b22a4a61602
- Jun04_06-46-16_6b22a4a61602
- Jun04_06-54-05_6b22a4a61602
- Jun04_06-57-06_6b22a4a61602
- Jun04_06-58-58_6b22a4a61602
- Jun04_07-00-26_6b22a4a61602
- Jun04_07-22-25_6b22a4a61602
- Jun04_07-32-06_6b22a4a61602
- Jun04_07-33-55_6b22a4a61602
- Jun04_07-38-37_6b22a4a61602
- Jun04_07-40-50_6b22a4a61602
- Jun04_07-42-03_6b22a4a61602
- Jun04_07-44-21_6b22a4a61602