Skip to content
#

abstractive-text-summarization

Here are 51 public repositories matching this topic...

YouTube Transcript Summarization over Flask: This back-end uses Flask framework to receive API calls from the client and then respond with the summarized text response. This API can work only on those YouTube videos which has well-formatted closed captions in it. The same backend also hosts a web version of the Summarizer.

  • Updated Sep 10, 2022
  • Python

Abstractive text summarization generates a shorter version of a given sentence while attempting to preserve its contextual meaning. In our approach we model the problem using an attentional encoder decoder which ensures that the decoder focuses on the appropriate input words at each step of our generation.

  • Updated Jun 1, 2023
  • Jupyter Notebook

Transforming lengthy textual content into concise and meaningful summaries is the essence of this project. Leveraging the power of the Pegasus model, our abstractive text summarization repository aims to distill complex information into succinct and coherent summaries. Pegasus, state-of-the-art pre-trained model, excel in generating human like text

  • Updated Jan 11, 2024
  • HTML

Improve this page

Add a description, image, and links to the abstractive-text-summarization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the abstractive-text-summarization topic, visit your repo's landing page and select "manage topics."

Learn more