Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 2.1 KB

README.md

File metadata and controls

67 lines (49 loc) · 2.1 KB

Sentiment Analaysis

                

About

There are a lot of reviews we all read today- to hotels, websites, movies, etc. So in order to check the sentiment present in the review, i.e. either the review or the whole set of reviews are good or bad we have created a python project which tells us about the positive or negative sentiment of a review.


Interface


Model Architecture

We have used UMLfit model for text classification. It consists of 3 LSTM layers and is already trained on more than 100 million words from Wikipedia. The model architecture can be explained in the diagram below.


Libraries Used

  • Numpy
  • Pandas
  • fast.ai
  • tkinter
  • matplotlib

Acknowledgements


Developed with ❤️ by Mayank, Aafiya and Talha