-
This application takes the sentence as input and produces an emoji to classify one of the seven classes.('joy', 'fear', 'anger', 'sadness', 'disgust', 'shame', 'guilt').
-
You can download Glove 6B 200d pre-trained word vectors from here to train the model.
-
Implemented using keras, numpy, pandas, nltk.