This repository explores different approaches to text summarization, including both extractive and abstractive methods. It provides implementations using popular NLP libraries and pre-trained models.
- Extractive Summarization: TextRank, LexRank
- Abstractive Summarization: T5, BART (using Hugging Face Transformers)
pip install transformers torch nltk
Run the respective scripts for examples.