This project focuses on Text Summarization using Natural Language Processing (NLP) techniques. The goal is to build models and applications that can automatically generate concise summaries from large bodies of text, making information consumption more efficient.
Access the deployed application here: Text Summarization App
- Implements state-of-the-art NLP methods for extractive and abstractive text summarization.
- User-friendly web interface for inputting text and receiving summaries.
- Built using Jupyter Notebook for easy experimentation and reproducibility.
- Modular design to support experimentation with different summarization algorithms.
- Clone the repository
git clone https://github.com/VodnalaSrujana004/Text_summarization_project-Group3.git cd Text_summarization_project-Group3