Instructions to use juniorjukeko/emotion-classificationV3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use juniorjukeko/emotion-classificationV3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="juniorjukeko/emotion-classificationV3") 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("juniorjukeko/emotion-classificationV3") model = AutoModelForImageClassification.from_pretrained("juniorjukeko/emotion-classificationV3") - Notebooks
- Google Colab
- Kaggle
Commit ·
12aef2a
1
Parent(s): 70b3ce0
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ More information needed
|
|
| 29 |
|
| 30 |
## Training and evaluation data
|
| 31 |
|
| 32 |
-
|
| 33 |
|
| 34 |
## Training procedure
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
## Training and evaluation data
|
| 31 |
|
| 32 |
+
FastJobs/Visual_Emotional_Analysis
|
| 33 |
|
| 34 |
## Training procedure
|
| 35 |
|