Emotion Detection 😠đŸ¤ĸ😱😇😐☹ī¸đŸ˜˛ CNN using keras

rado_mayank

Mayank Choudhary

Posted on August 21, 2021

Emotion Detection 😠đŸ¤ĸ😱😇😐☹ī¸đŸ˜˛ CNN using keras

We will use 7 emotions namely - We have use 7 emotions namely - 'Angry'😠, 'Disgust'đŸ¤ĸ, 'Fear'😱, 'Happy'😇, 'Neutral'😐, 'Sad'☚ī¸, 'Surprise'😲 to train and test(validation) our algorithm using Convolution Neural Networks. You can directly use kaggle kernel notebook, so that you don't need to download the dataset. Also, you can download your code and run it in your local device directly.
Kaggle notebook - https://www.kaggle.com/mayank7900/notebook0a0917a828/edit

Tools and Libraries used -

  • Install anaconda
  • Jupyter notebook
  • VSCode
  • matplotlib
  • numpy
  • openCV
  • keras

Given dataset of different expressions:

https://www.kaggle.com/jonathanoheix/face-expression-recognition-dataset
Screenshot (249)

Screenshot of some angry expressions from the dataset on kaggle:
image

Screenshot (257)

Emotion Detection — Classifying the emotion on the face as emotion_labels = ['Angry','Disgust','Fear','Happy','Neutral', 'Sad', 'Surprise']
Screenshot (256)
Screenshot (254)

💖 đŸ’Ē 🙅 🚩
rado_mayank
Mayank Choudhary

Posted on August 21, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related