Sum-it-up / README.md
garvitcpp's picture
Upload 6 files
ce9b735 verified
|
raw
history blame
579 Bytes

News Summarizer

Overview

An intelligent document summarization tool using Hugging Face's BART model and Streamlit.

Features

  • Direct text input summarization
  • Document upload support (txt, pdf, docx)
  • Configurable summary length
  • Uses state-of-the-art NLP model

Installation

  1. Clone the repository
  2. Install dependencies: pip install -r requirements.txt
  3. Run the app: streamlit run app.py

Dependencies

  • Streamlit
  • Transformers
  • PyTorch
  • PyPDF2
  • python-docx

Model

Uses Facebook's BART Large CNN model for summarization