ReadYou icon indicating copy to clipboard operation
ReadYou copied to clipboard

Use AI to summarise Articles

Open pabloscloud opened this issue 11 months ago • 12 comments

1. Environment

  • Device: Pixel 8
  • OS: Android 14
  • APP: 0.9.12

2. Describe the feature request

It would be cool to have a button which would summarise the article which is currently open.

pabloscloud avatar Mar 17 '24 06:03 pabloscloud

I got the same idea too! Allow user to provide API key to call ChatGPT/Gemini/Claude. I'd like to help if any plan settled.

kid1412621 avatar Mar 17 '24 08:03 kid1412621

+1 App just needs to run a prompt.

NikunjKhangwal avatar Apr 01 '24 05:04 NikunjKhangwal

App just needs to run a prompt.

Okay, pull request when?

alxthmpson avatar Apr 01 '24 08:04 alxthmpson

Okay, pull request when?

Maybe a couple of ten years when i learn Kotlin

NikunjKhangwal avatar Apr 01 '24 08:04 NikunjKhangwal

Okay, pull request when?

Maybe a couple of ten years when i learn Kotlin

just ask AI to write the code for you i guess 😁

JunkFood02 avatar Apr 01 '24 08:04 JunkFood02

just ask AI to write the code for you i guess 😁

Omw to feed AI the entire source code and make it do nonsensical stuff with it :)

NikunjKhangwal avatar Apr 01 '24 09:04 NikunjKhangwal

Better share the article to relevant app e.g. https://github.com/talosross/SummaryYou

shuvashish76 avatar Apr 03 '24 18:04 shuvashish76

Better share the article to relevant app e.g. https://github.com/talosross/SummaryYou

First off, why is this the better way? It would be cool to have this implemented right into the app.

Secondly I tried using the app u suggested before you even commented and it doesn't work for me (see my issues on the Summary You GitHub Repo)

pabloscloud avatar Apr 03 '24 22:04 pabloscloud

I'm not against it.

  1. It should be disabled by default, personally I don't like AI summaries & connecting my ip to such 3rd party AI providers. Also most LLMs compromise users' privacy.
  2. I hope it doesn't increase the size to 5-10x +more size similar to SummaryYou. Unusable to many low end devices. Not worth only for this feature.

shuvashish76 avatar Apr 04 '24 04:04 shuvashish76

I'm not against it.

  1. It should be disabled by default, personally I don't like AI summaries & connecting my ip to such 3rd party AI providers. Also most LLMs compromise users' privacy.
  2. I hope it doesn't increase the size to 5-10x +more size similar to SummaryYou. Unusable to many low end devices. Not worth only for this feature.

The ai should only be contacted when the summary button is pressed. It shouldn't increase the size a lot. It's just one api request afaik.

pabloscloud avatar Apr 04 '24 08:04 pabloscloud

Better share the article to relevant app e.g. https://github.com/talosross/SummaryYou

Thanks for sharing. I took a look at it, but it seems when sharing an article from ReadYou to SummarizeYou, the title has been passed through instead of the url.

kid1412621 avatar Apr 04 '24 09:04 kid1412621

IMO, the main goal or challenge here is to make sure the feature fits into our UI design without being obtrusive. As for the apk size, SummaryYou bundles a full python runtime in its apk (like Seal), which is not neccesary at all since there're already tons of Kotlin/Java API wrappers (including the Google's Gemini API).

Btw you don't have to discuss another app in this thread I guess?

JunkFood02 avatar Apr 04 '24 10:04 JunkFood02