Text_Summarizer / README.md
Saravananofficial's picture
Update README.md
cb56a86
|
raw
history blame
875 Bytes
metadata
license: apache-2.0

Text-Summarizer

About

An Abstractive text summarizer trained using lstm based sequence to sequence model with attention mechanisim. The attention model is used for generating each word of the summary conditioned on the input sentence.

Training Model Overview

loss graph

Output

encoder-decoder overview Output1

Conclusion

  • 🫶 The machine learning model to convert a text document to abstract is done successfully.
  • 🫶 On additive to it, will create a Flask app using an api call from this repository & deploy the app in heroku app.

Deployments:

  • 🫶