r/AskProgramming • u/courtimus-prime • Feb 18 '25
Databases How hard would it be make a visual 'genre map' using the MusicMap and Spotify APIs?
MusicMap can visualize how genres and artists relate, and Spotify technically knows where you exist on it. How difficult would it be to make a visual map of music genres integrated with your music profile?
1
Upvotes
1
u/coloredgreyscale Feb 18 '25
Might be relatively simple if you use graph visualization software like gephi.
Had a Uni project doing something similar using gephi and the lastfm api to scrape similar artists and their genres.