Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 381 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 381 Bytes

"TL;DR" for online articles

Text summarizer for online articles using web crawling and NLP (written in Python 3.x)

Getting started

1. Open command line (Terminal on Mac)

pip install -r requirements.txt

2. Open Python command line

import nltk
nltk.download("stopwords")

3. Run the process and enter any URL

python url_summarizer.py {url}