Deep Learning project for beginners – Taking you closer to your Data Science dream
Emojis or avatars are ways to indicate nonverbal cues. These cues have become an essential part of online chatting, product review, brand emotion, and many more. It also lead to increasing data science research dedicated to emoji-driven storytelling.
With advancements in computer vision and deep learning, it is now possible to detect human emotions from images. In this deep learning project, we will classify human facial expressions to filter and map corresponding emojis or avatars.
The FER2013 dataset ( facial expression recognition) consists of 48*48 pixel grayscale face images. The images are centered and occupy an equal amount of space. This dataset consist of facial emotions of following categories:
Download Dataset: Facial Expression Recognition Dataset
Before proceeding ahead, please download the source code: Emoji Creator Project Source Code
We will build a deep learning model to classify facial expressions from the images. Then we will map the classified emotion to an emoji or an avatar.
In the below steps will build a convolution neural network architecture and train the model on FER2013 dataset for Emotion recognition from images.
Download the dataset from the above link. Extract it in the data folder with separate train and test directories.
#python tutorials #create emoji with deep learning #deep learning project #deep learning project for beginners #deep learning project with source code