issues
search
sylphco
/
demo-repository
A code repository designed to show the best GitHub has to offer.
0
stars
2
forks
source link
Implement Tag Search/Reccomendation feature for compatible users
#24
Open
dryutsun
opened
1 year ago
dryutsun
commented
1 year ago
Naive Tag Service
Have list of sorted tags in array and just compare O(N^2) for every possible user :sweat: .
Limit search space (10-20) users
Rank by overall similarity percentage
Can pull list by single tag, and filter by secondary tags
Could do something more complex when we can.
Naive Tag Service
Could do something more complex when we can.