Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 516 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 516 Bytes

Emojify

  • This project focuses at recognising sentences and producing a corresponding emoji to classfiy one of the five classes which are food,happy,love,sad and others with an accuracy of around 89% accuracy by using LSTM model which was implemented using keras.
  • To train the model, download the glove dataset from this link, extract the glove6b50D.txt file and place it in Data folder and then start training.