Good luck! I tried to launch something like this years ago [0] specifically to summarize HN, it's not easy but I think there's value in this type of service. In my case, the summarization was manual - I wanted to see if people liked the service, before building the summarization engine. I also created a chrome extension to be able to see summarize with just one click from HN itself. [0]: https://github.com/simonebrun…
Show HN: TLDR This – Auto summarize any article or webpage in a click
91–100 of 117 posts
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#92Good luck! I tried to launch something like this years ago [0] specifically to summarize HN, it's not easy but I think there's value in this type of service. In my case, the summarization was manual - I wanted to see if people liked the service, before building the summarization engine. I also created a chrome extension to be able to see summarize with just one click from HN itself. [0]: https://github.com/simonebrun…
This would be a great type of service for news publishers. Digital producers often have to type out summaries (bullets) in stories for those who don't bother reading full articles. If it could be automated by sending the story copy via an API and getting back summary bullets, it would certainly be valuable.
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#93Unfortunately, this selected almost only the gallery credits lines (By (name) with (person one, person two))
How should I say to automated things: this html is not important for extraction?
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#94Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#95Earlier quoted context omitted.
Ah right, thank you for the detailed explanation. Currently, we are processing the text using a Python backend. In order to process it on the user's side, I guess we'll have to use Javascript. I will try to fix that in the next version. Thank you very much.
You don't need to move anything to the client side, what you're doing is covered under fair use doctrine.
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#96Is there a premium version where I can have text summarized by actual living, breathing, human beings?
Hi, Currently, we don't provide that but that's a very good suggestion.
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#97Did it for this article to test it out, it only featured her personal life and none of her accomplishments. Love the idea
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#98Earlier quoted context omitted.
I'm interested in learning about true generation algorithms. Can you point me in the right direction?
Google “gpt-2”.
Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#99Re: Show HN: TLDR This – Auto summarize any article or webpage in a click
#100Earlier quoted context omitted.
Google “gpt-2”.
Thanks but that is not what the OP is claiming. That generates text from a seed, the OP is talking about an article that generates a summary of an article, but without using existing sentences.
You don’t need any seed, and can generate summaries (section 3.6).
GPT-2 is the model to learn about if you’re interested in NLP.