Skip to content

Python application that uses convolutional neural networks to recognize facial emotions from images. Users can upload images and the application will classify each detected face with a facial emotion such as sad or happy. MTCNN python library is used to detect faces and a self-made model trained from the fer2013 dataset is used to classify the e…

Notifications You must be signed in to change notification settings

shaolinseed/emotion_recognition_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

emotion_recognition_python

Python application that uses a class of neural networks known as convolutional neural networks to recognise facial emotions from images. Users can upload images and the application will classify each detected face with a facial emotion such as sad or happy. MTCNN python library is used to detect faces and a self-made model trained from the fer2013 dataset is used to classify the emotion.

About

Python application that uses convolutional neural networks to recognize facial emotions from images. Users can upload images and the application will classify each detected face with a facial emotion such as sad or happy. MTCNN python library is used to detect faces and a self-made model trained from the fer2013 dataset is used to classify the e…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published