- Sentiment analysis is analysis of the sentence that gives the opinion of the sentence. In this project, it will be implemented a model which inputs a sentence and gives the appropriate emoji to be used with sentence.
- Used the glove.6B.50d.txt file for word embeddings. This file can be dowloaded from https://nlp.stanford.edu/projects/glove/.
- Taken the reference from https://github.com/Ambika55/Emoji-Prediction