Keyurjotaniya007's picture
Update README.md
ff7ad1e verified
metadata
license: apache-2.0
task_categories:
  - image-classification
language:
  - en
tags:
  - image
pretty_name: 'imageemotionclassification '
size_categories:
  - 10K<n<100K

Emotion Image Classification Dataset

This dataset is designed for emotion recognition from facial images, enabling machine learning and deep learning models to classify human emotions based on facial expressions.
It can be used for applications such as affective computing, sentiment analysis, and human-computer interaction.


Dataset Overview

DatasetDict({

train: Dataset({

    features: ['image', 'label'],
    
    num_rows: 28709
    
})

test: Dataset({

    features: ['image', 'label'],
    
    num_rows: 7178
    
})

})