Gordon! (more to come on this).
We have also created three SQLite databases:
- track_metadata.db includes most of metadata for each track. It is useful, for instance, to find all the tracks from a particular artist.
- artist_term.db consists only of the metadata that applies at the artist level.
- artist_similarity.db summarizes artist similarity. In particular, it only lists artists that actually are in the dataset.
For demos using these databases with SQL queries in python, see demo_*.py in the SQLite folder.
You can, of course, also create your own SQLite databases best suited to your own applications.
- Login to post comments
