TextSummarization

✨ Text Summarization Project

📝 Overview

This project implements an Abstractive Text Summarization tool using BART (facebook/bart-large-cnn) from Hugging Face Transformers. It extracts text from PDFs and generates clear, concise summaries for easy reading and knowledge extraction.


🚀 Features

✅ Summarizes plain text and PDF documents
✅ Uses Transformer-based BART model for high-quality abstractive summarization
✅ Handles large texts with chunking strategy
✅ Outputs professional, structured summaries with bullet points and formatting
✅ Modular code for web integration (Flask)


💻 Technologies Used


⚙️ Installation

  1. Clone the repository:

```bash git clone https://github.com/dvcodebase/text-summarization.git cd text-summarization