/nlp_url_summarizer

URL articles text summarizer using Web Crawling and NLP (written in Python)

Primary LanguagePythonMIT LicenseMIT

"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}