this post was submitted on 05 Jun 2025
32 points (100.0% liked)

Firefox

5633 readers
4 users here now

A community for discussion about Mozilla Firefox.

founded 2 years ago
MODERATORS
 

Cross-posted from "Extension showing similar repositories on Github" by @Mubelotix@jlai.lu in !firefox_addons@lemmy.ml


I created an extension adding a “Similar repositories” section to the sidebar of any public GitHub repository with more than 150 stars. It allows you to discover related open-source projects without leaving the page.

It's also open-source! https://github.com/Mubelotix/SimRepo

you are viewing a single comment's thread
view the rest of the comments
[–] Mubelotix@jlai.lu 3 points 1 month ago

Great idea, thank you for your feedback! I generated embeddings for repositories using a SVC model trained on a dataset containing almost all stars of Github. Recommendations are produced by finding the nearest neighbors in the resulting vectorial space. I might be improving this even further by including forks and watcher data in the future, but it's becoming expensive to train