projectlosangeles commited on
Commit
47a452f
1 Parent(s): 4c07e54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md CHANGED
@@ -1,3 +1,62 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ tags:
4
+ - mir
5
+ - music
6
+ - midi
7
+ - midi-dataset
8
  ---
9
+
10
+ # Los Angeles MIDI Dataset
11
+ ## SOTA kilo-scale MIDI dataset for MIR and Music AI purposes
12
+
13
+ ***
14
+
15
+ ![Vintage_Los_Angeles_Print](https://user-images.githubusercontent.com/56325539/196157186-5b0edd15-020f-4877-a8e2-b1af42f960c6.jpg)
16
+
17
+ ***
18
+
19
+ ## Search and explore Los Angeles MIDI dataset with Google Colab
20
+
21
+ [![Open In Colab][colab-badge]][colab-notebook3]
22
+
23
+ [colab-notebook3]: <https://colab.research.google.com/github/asigalov61/Los-Angeles-MIDI-Dataset/blob/main/Los_Angeles_MIDI_Dataset_Search_and_Explore.ipynb>
24
+ [colab-badge]: <https://colab.research.google.com/assets/colab-badge.svg>
25
+
26
+ ***
27
+
28
+ ## [Los Angeles MIDI Dataset is now avaialable for download!!!](https://huggingface.co/datasets/projectlosangeles/Los-Angeles-MIDI-Dataset)
29
+
30
+ ***
31
+ ## Main Features:
32
+
33
+ ### 1) ~240000 100% unique MIDIs to explore :)
34
+ ### 2) Each MIDI file was read-checked and 100% de-duped
35
+ ### 3) Extensive meta-data for each MIDI file
36
+ ### 4) Detailed features matrix for each MIDI file
37
+ ### 5) Helper Python code
38
+
39
+ ***
40
+
41
+ ## NEW in version 2.0
42
+
43
+ ### 1) Quality over quantity: the dataset was reduced in half by triple-deduping (first by md5 hash, then by pitches sum, and then by pitches counts)
44
+ ### 2) The dataset meta-data was extended to provide additional important info and to show more MIDI data
45
+ ### 3) The dataset code/colab is now featuring super-fast MIDI searches (by pitches and by patches)
46
+ ### 4) The dataset code/colab can now display and play each MIDI from the dataset
47
+
48
+ ***
49
+
50
+ ```bibtex
51
+ @inproceedings{lev2022losangelesmididataset,
52
+ title = {Los Angeles MIDI Dataset: SOTA kilo-scale MIDI dataset for MIR and Music AI purposes},
53
+ author = {Aleksandr Lev},
54
+ booktitle = {GitHub},
55
+ year = {2023},
56
+ }
57
+ ```
58
+
59
+ ***
60
+
61
+ ### Project Los Angeles
62
+ ### Tegridy Code 2023