Live data from Hacker News

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

news.ycombinator.com

1–5 of 5 posts

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

#5
post #4

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.