Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use luthfi507/emotion-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luthfi507/emotion-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="luthfi507/emotion-classification") 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("luthfi507/emotion-classification") model = AutoModelForImageClassification.from_pretrained("luthfi507/emotion-classification") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jun03_15-30-08_dd50a1377228
- Jun03_15-43-10_dd50a1377228
- Jun03_15-46-48_dd50a1377228
- Jun03_15-50-46_dd50a1377228
- Jun03_15-58-06_f942f2e8faff
- Jun03_15-59-49_f942f2e8faff
- Jun03_16-00-46_f942f2e8faff
- Jun03_16-06-04_f942f2e8faff
- Jun03_16-14-01_f942f2e8faff
- Jun03_16-23-53_f942f2e8faff
- Jun03_16-29-07_f942f2e8faff
- Jun03_16-32-56_f942f2e8faff
- Jun03_16-39-20_f942f2e8faff
- Jun04_00-28-07_02d53bdaaf28
- Jun04_00-33-15_02d53bdaaf28