Tech-Matrix / Face-Detection

Face detection app using python and opencv.
0 stars 3 forks source link

Added Emotion Recognition Feature #8

Closed urmilkalaria closed 3 years ago

urmilkalaria commented 3 years ago

Issue Number

fixes # 3

Describe the changes you've made

Added Emotion Recognition Feature that will recognize the emotion such as happy, sad, neutral, angry, surprised and fearful. This is done using Tensorflow. However I have not trained a model here but instead already taken a trained model and perform opencv opeeration to recognize the emotion

Describe if there is any unusual behaviour of your code ( Write NA if there isn't )

NA

Additional context

Add any other context or screenshots about the feature request here.

Test plan ( Optional but Recommended )

To run the code:

python LiveVideoFaceDetection.py --mode display

Checklist

charvibannur commented 3 years ago

Good job!! I've merged it.