In this project we detect the sentiment of the review given to a particular movie on the imdb website. The model of choice here is Long Short Term Memory network (LSTM). The problem is formulated as binary sequence classification problem. The label of "0" represents the negative sentiment where "1" indicates the positive sentiment. The results are reported in the notebook.