Summarized https://summarized.herokuapp.com/
Summarized is a web application that allows users to enter a url link to an article and summarize the content within 1-10 bulletpoints.
Summarized's logic is built off a python library called 'Sumy'. Sumy uses extractive text summarization to pick portions of text and construct a summary. The other technique used in text summarization is abstractive which optimizes the chance of the summary given the contents first two sentences. The reason I used an extractive text summarization library is due to the evaluation methods contained in sumy.
Sumy Documentation: https://pypi.org/project/sumy/
'Extractive Text Summarization Techniques With sumy' by, Eric Ondenyi https://medium.com/@ondenyi.eric/extractive-text-summarization-techniques-with-sumy-3d3b127a0a32