You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a graph-driven recommendation engine using Neo4j, where songs are represented as nodes and similarity relationships are computed via euclidean distances on feature vectors. By leveraging graph traversal instead of traditional filtering, the system identifies sonically similar songs that transcend genre boundaries and release eras.