this post was submitted on 31 Dec 2023
38 points (95.2% liked)

Asklemmy

43810 readers
1 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

Hey all I'm not sure if this question makes any sense but it's something I've been thinking about.

I use YouTube alternatives like FreeTube and NewPipe. But one thing I miss from YouTube is their recommendation algorithm. OK it's not great and has been getting worse, but at least there are somewhat relevant videos on the home page.

Does anyone know of anything (third-party service, self-hosted, app, etc.) that can provide YouTube recommendations based on what I like?

One thing I've been using is FreeTube's Most Popular tab. It's like Trending on YouTube but only for your Invidious instance. It usually has good recommendations, but I think that's only because my interests happen to align with those of other people who also use FreeTube. :)

Thanks for any ideas!

you are viewing a single comment's thread
view the rest of the comments

I just had a fun idea that might not take too much time to implement and could work on your own computer (not 100%, but probably more privacy friendly than using YouTube directly):

  • have a powerful AI companion API, such as ChatGPT 4. The most up-to-date with the world data the better it would work.
  • write a script that gathers your favourite channels, the last 100 videos you watched, and whatever other useful data you feel could serve as "food"
  • send a prompt to the AI asking for "give me 10 interesting YouTube search queries related to the following channels/themes [...]"
  • use multiple Piped/Invidious server APIs and query these and gather the most common results + the top X results or each query.
  • profit?