The document presents a study on sentiment analysis using Long Short-Term Memory (LSTM) networks, focusing on the classification of textual data as positive or negative. It utilizes the IMDB movie review dataset and highlights the superior performance of LSTM over traditional machine learning techniques for sentiment analysis. A web application is developed using Flask to implement the model, which achieves an accuracy of 86.68% in predicting sentiments.