Difference between revisions of "HipHop Genealogy"
From CCRMA Wiki
(Created page with 'In <tt>/usr/ccrma/media/databases/hiphop-gene/</tt> are the following files: * artists.json * build_artists.py * categorize.py * compressed * decompress.py * genres.json * meta.…') |
|||
Line 1: | Line 1: | ||
In <tt>/usr/ccrma/media/databases/hiphop-gene/</tt> are the following files: | In <tt>/usr/ccrma/media/databases/hiphop-gene/</tt> are the following files: | ||
+ | == Data Files == | ||
* artists.json | * artists.json | ||
− | + | A list of each artist in the dataset. Rather than extracted from tags in the mp3 file, they are hand-entered via <tt>categorize.py</tt> to ensure correct normalization. | |
− | + | ||
* compressed | * compressed | ||
− | + | Loosely organized directory of mp3/m4a/etc. files for the base data set. | |
* genres.json | * genres.json | ||
+ | List of each possible genre in the dataset. Handwritten and used by <tt>categorize.py</tt> for manual genre entry. | ||
* meta.json | * meta.json | ||
* wav | * wav | ||
+ | |||
+ | == Utility Tools == | ||
+ | * decompress.py | ||
+ | * build_artists.py | ||
+ | * categorize.py | ||
+ | * export_mat.py |
Revision as of 00:51, 10 November 2013
In /usr/ccrma/media/databases/hiphop-gene/ are the following files:
Data Files
- artists.json
A list of each artist in the dataset. Rather than extracted from tags in the mp3 file, they are hand-entered via categorize.py to ensure correct normalization.
- compressed
Loosely organized directory of mp3/m4a/etc. files for the base data set.
- genres.json
List of each possible genre in the dataset. Handwritten and used by categorize.py for manual genre entry.
- meta.json
- wav
Utility Tools
- decompress.py
- build_artists.py
- categorize.py
- export_mat.py