nagyistge / github-recommendation-engine

A github repository suggestion system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github recomendation system

Codacy Badge BCH compliance

Demo site

Get famous repos that are similar to yours. This system parses an user repos, label, names descriptipn, and it displays those repos that have resemblance with it.

The idea here is to find and learn new technologies, that are similar to the ones you already master, making a smooth learning curve.

Internally, it uses an euclidean distance matrix, calculated for 800 labels, where each label is a binary [0,1] dimension, to find similar repos.

TODO: Use a filter based recomendation system, with like/dislike buttons.

Links:

Info: How the suggestions are calculated.

Kudos: Repo list info.

Kudos Netflix like UI.

Deploy

About

A github repository suggestion system

License:Other


Languages

Language:JavaScript 47.7%Language:Python 27.8%Language:HTML 16.3%Language:Shell 5.6%Language:CSS 2.6%