Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwest951227/emotiondetect
Humans are used to non verbal communication. The emotions expressed increases the clarity of any thoughts and ideas. It becoms quite interesting when a computer can capture this complex feature of humans, ie emotions. This topic talks about building a model which can detect an emotion from an image.
https://github.com/jwest951227/emotiondetect
keras matplotlib numpy opencv pandas tensorflow
Last synced: about 3 hours ago
JSON representation
Humans are used to non verbal communication. The emotions expressed increases the clarity of any thoughts and ideas. It becoms quite interesting when a computer can capture this complex feature of humans, ie emotions. This topic talks about building a model which can detect an emotion from an image.
- Host: GitHub
- URL: https://github.com/jwest951227/emotiondetect
- Owner: jwest951227
- License: mit
- Created: 2024-04-29T07:23:51.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-29T08:09:09.000Z (7 months ago)
- Last Synced: 2024-11-16T17:03:41.019Z (about 4 hours ago)
- Topics: keras, matplotlib, numpy, opencv, pandas, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 15 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Facial Recognition and Emotion Detection
----------
----------### Emotion Detection
Humans are used to non verbal communication. The emotions expressed increases the clarity of any thoughts and ideas. It becoms quite interesting when a computer can capture this complex feature of humans, ie emotions. This topic talks about building a model which can detect an emotion from an image. There key points to be followed are:
1. Data gathering and augmentation
The dataset taken was **"fer2013"**. It can be downloaded through the link "https://github.com/npinto/fer2013". Image augmentation was performed on this data.
2. Model building
The model architecture consists of CNN Layer, Max Pooling, Flatten and Dropout Layers.
3. Training
The model was trained by using variants of above layers mentioned in model building and by varying hyperparameters. The best model was able to achieve 60.1% of validation accuracy.
4. Testing
The model was tested with sample images. It can be seen below:
#### The model will be able to detect 7 types of emotions:-
##### Angry , Sad , Neutral , Disgust , Surprise , Fear , and Happy## Usage:
### For Face Detection, and Emotion Detection Code
Refer to the notebook /Emotion_Detection.ipynb.
I have trained an emotion detection model and put its trained weights at /Models### Train your Emotion Detection Model
To train your own emotion detection model, Refer to the notebook /facial_emotion_recognition.ipynb### For Emotion Detection using Webcam
#### Clone the repo:
Run `pip install -r requirements.txt`
` python Emotion_Detection.py`