| --- |
| license: mit |
| task_categories: |
| - image-classification |
| language: |
| - en |
| tags: |
| - Image |
| - Classification |
| --- |
| # Facial Expression Dataset |
|
|
| ## Description |
|
|
| This dataset contains images of human faces categorized by emotional expression. It is intended for training and evaluating models for facial expression recognition. |
|
|
| ## Structure |
|
|
| The dataset is divided into two main folders: |
|
|
| * `train`: Contains images for training the model. |
| * `test`: Contains images for evaluating the model. |
|
|
| Both `train` and `test` folders contain subfolders for each of the 7 emotion categories: |
|
|
| * `angry` |
| * `disgusted` |
| * `fearful` |
| * `happy` |
| * `neutral` |
| * `sad` |
| * `surprised` |
|
|
| Images within each subfolder correspond to that specific emotion label. |