https://github.com/akashkg03/facial-expression-image-classification
This notebook involves to build a facial expression image classifier which categorizes facial expressions into one of seven emotions: anger, disgust, fear, happiness, sadness, surprise, and neutral.
https://github.com/akashkg03/facial-expression-image-classification
jupiter-notebook numpy pandas python
Last synced: about 2 months ago
JSON representation
This notebook involves to build a facial expression image classifier which categorizes facial expressions into one of seven emotions: anger, disgust, fear, happiness, sadness, surprise, and neutral.
- Host: GitHub
- URL: https://github.com/akashkg03/facial-expression-image-classification
- Owner: Akashkg03
- Created: 2024-02-23T01:58:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T02:29:21.000Z (over 2 years ago)
- Last Synced: 2025-02-25T08:32:51.110Z (over 1 year ago)
- Topics: jupiter-notebook, numpy, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Facial-Expression-Image-Classification
### Problem Statement.
- The objective of this project was to develop a machine learning model capable of classifying facial expressions in images into one of seven emotion categories: anger, disgust, fear, happiness, sadness, surprise, and neutral.
### Approach
The approach involved the following steps:
1. Imported necessary libraries for data processing and model building.
2. Data preparation, including loading the dataset and preprocessing.
3. Feature extraction to convert the image into numerical features.
4. Model Trained using a classification algorithm.
5. Evaluated model's performance using appropriate metrics.
### Results:
Achieved a accuracy of 97.67% on the test dataset, indicating the model's ability to accurately classify images.
### Technologies Used:
Python, pandas, scikit-learn, Jupyter Notebook.
### Skills Demonstrated:
Data preprocessing, feature extraction, classification modeling, model evaluation.