Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 413 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 413 Bytes

Emoji Classifier

  • 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.