This is a simple web application that summarizes long text into short, meaningful summaries using a transformer model (facebook/bart-large-cnn). It was developed as part of my internship project.
To create a tool that can automatically generate summaries of long documents. The goal is to help users save time by quickly understanding the key points of any text.
- Python
- Streamlit
- Hugging Face Transformers
- PyTorch
- Install dependencies:
pip install -r requirements.txt