pip install -r requirements.txt
import nltk
nltk.download("stopwords")
python url_summarizer.py {url}
URL articles text summarizer using Web Crawling and NLP (written in Python)
PythonMIT
pip install -r requirements.txt
import nltk
nltk.download("stopwords")
python url_summarizer.py {url}