This document presents a project that utilizes the T5 transformer model to develop an abstractive text summarization system. The system aims to enhance efficiency, comprehension, and decision-making by generating concise summaries. It analyzes text from a news dataset, tokenizes it, trains the T5 model on the data, and evaluates the trained model's summaries using ROUGE metrics. Results show the model's summarization ability improves with longer training, achieving higher ROUGE scores over 25 epochs compared to 10 epochs. The project demonstrates the potential for abstractive summarization to automate information extraction and elevate decision-making across domains.