

It’s a browser extension for chromium based browsers like brave.
https://github.com/solidheron/peertube_recomendation_algorythm
I tried to make the alfo as simple as possible. It matches the words of the videos descriptions title and tags to other other videos words and ranks them via cosine similarity (de-ranks then via if the video has been seen before)
I should add a blacklist for keywords because I’m kinda sick of all the Linux content and there’s a lot of Linux content on peertube
I don’t think it will work for Firefox. I’ll have to convert it down the line when I got most of the features knocked out