Abstract- Every day, people rely on a wide variety of sources to stay informed from news stories to social media posts to search results. Being able to develop a model that can automatically deliver accurate summaries of longer text can be useful for digesting such large amounts of information in a compressed form. In this project, we make use of a deep learning model to tackle text summarization which involves generating a short summary for a longer piece of text. AText Summarization is broadly classified into mainly two types: extractive summarization and abstractive summarization.Extractive summarization is an approach in which the user selects passages from the source texts which are in long passage form and then arranges it to form a summary. Abstractive summarization means an abstractive approach which involves understanding the intent and writes the summary in its own words which are small and concise. This paper focuses on LSTM with attention-based encoder to solve the challenge of abstractive summarization on food reviews data and evaluated their effectiveness using ROUGE, BLEU score. Keywords— Text summarization, RNN, LSTM, Attention mechanism.