Hacker News new | ask | show | jobs
Ask HN: Are there any tools which can summarize an article?
19 points by thamizhan2611 2950 days ago
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.
2 comments

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.
This is the tool used by reddit’s /u/autotldr bot:

https://smmry.com

Thank you :)