- Clone GitHub repository
git clone https://github.com/kaozente/MusicMashup.git
- Install Python 2.7 and pip
- Install necessary packages:
pip install SPARQLWrapper discogs_client titlecase pyechonest datetime cherrypy mako rdfextras
- Start the MusicMashup server. Wait for the parsing to finish
python MusicMashupServer.py
- Open
localhost:8080
in your browser.