Text Summarization

  • Tech Stack: Numpy, Pandas, Keras, Tensorflow, LSTM
  • Github URL: Project Link

This project was created to summarize long text paragraphs into small paragraphs. I used LSTM cells with encoder decoder architecture to perform sequence to sequence modelling. The resulting model gives the summary of the text provided. This kind of model can be used to summarize pdfs, web page and many more things.