Summarizer / README.md
WebAI Deployer
Update Camouflage App (2026-01-10)
8e3cebe
---
title: Text Summarizer With URL
emoji: 🗞️
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
app_port: 7860
---
# Text Summarizer with URL Support
A powerful text summarization tool powered by google/pegasus-xsum.
## Features
- **Direct Text Input**: Paste long articles to get a summary.
- **URL Fetching**: Automatically scrapes web pages (using Headless Chrome) and summarizes the content.
## Setup
```bash
pip install -r requirements.txt
python app.py
```