CoolFace
Modelpublic

Saravananofficial/Text_Summarizer

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
1likes198downloads
Model Card

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.

  • Used CNN_DailyMail dataset.
  • Code + Deployment : https://www.youtube.com/watch?v=LFZBA99NOpU ![IMAGE ALT TEXT HERE](https://www.youtube.com/watch?v=LFZBA99NOpU)

Training Model Overview

loss graph

[image]

encoder-decoder overview [image]

Conclusion

  • 🫶 The machine learning model to convert a text document to abstract is done successfully.
  • 🫶 Created a Flask app using an api call from this repository & deployed the app in heroku app.

Deployment:

  • 🫶 https://text-summariser-v1.herokuapp.com/