An open API service indexing awesome lists of open source software.

https://github.com/kush1912/facial-emotion-recognition


https://github.com/kush1912/facial-emotion-recognition

batch-normalization cnn-classification cnn-keras deep-neural-networks deeplearning dropout facial-emotion-recognition image image-classification image-recognition neural-network opencv

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# **Facial-Emotion-Recognition**

+ Model trained to classify the images into six different emotions using CNN. It starts with 32 feature detectors in first CNN layer. We trained our model to identify the features so that it can classify emotions into six different classes Angry, Happy, Neutral, Fear, Sad, surprised.
+ Architecture: 4 convolution layers, activation - relu, optimizer – adam, batch normalisation, followed by 2 fully connected layers.
+ Tools/Technologies: Python, OpenCV, Deep learning, Neural Networks, Keras, Tensorflow.