Ask HN: Are there any tools which can summarize an article?

19 points by thamizhan2611 ↗ HN
I am looking for a tool which can spit out a TL;DR version for any article so that I don't have to skim through the entire to understand what it says.

4 comments

[ 2.9 ms ] story [ 14.8 ms ] thread
I've used this in the past

https://github.com/codelucas/newspaper

There is also a wrapper to expose it as a rest api. Looks like it is not maintained, but easy enough to write your own

https://github.com/voidfiles/newspaper-delivery

Thank you. I am actually looking for an ML kind of a solution or work which can understand the context of any article and provide TL;DR suggestions. I understand that this will be very very hard to do but curious to know if there is anyone working in this domain.