This is an AI-based text summarization tool that leverages transformers, PyTorch, and T5 model for generating concise summaries from large text inputs.
It includes a Tkinter GUI, allowing users to interact with the model easily.
- Extractive and abstractive text summarization
- Transformer-based approach using T5
- GUI built with Tkinter
To get started with this project, follow these steps:
git clone https://github.com/sourabh1111111/Automated-Text-Summarization.git
cd Automated-Text-Summarization
If you are using Conda, create and activate a virtual environment using the following commands:
conda create -p venv python==3.10 -y
conda activate venv
Once the virtual environment is activated, install the required dependencies:
pip install -r requirements.txt
To start using the text summarization model, run on vscode or other:
Now you're ready to use the Automated Text Summarization model! 🚀