Month: October 2012

Tag Radio

Tag Radio is a music classification visualization that shows the relationships between genres. We used the Last.fm API to pull in the top 50 tags, and then created a python script to measure similarity between a tag and all others based on the number of shared tags. Finally, we used this data to build a visualization with d3.js that arranges these tags in space based on similarity (closer distance = more similar tags).
Tag Radio