asigalov61 commited on
Commit
b639269
1 Parent(s): 87de8a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -3
README.md CHANGED
@@ -1,3 +1,46 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ size_categories:
4
+ - 100K<n<1M
5
+ tags:
6
+ - music
7
+ - images
8
+ - MIDI
9
+ - MIDI images
10
+ - MIDI music
11
+ - diffusion
12
+ pretty_name: midiimages
13
+ language:
14
+ - en
15
+ task_categories:
16
+ - text-to-image
17
+ - image-to-image
18
+ ---
19
+
20
+ ***
21
+
22
+ # A dataset of MIDI images designed for use with diffusion models
23
+
24
+ ![MIDI_Images_Logo.png](https://cdn-uploads.huggingface.co/production/uploads/5f57ea2d3f32f12a3c0692e6/bnMmFDayNlnmVFmuFQcEF.png)
25
+
26
+ ***
27
+
28
+ # Installation
29
+
30
+ ```python
31
+ import shutil
32
+ from huggingface_hub import hf_hub_download
33
+
34
+ hf_hub_download(repo_id="asigalov61/MIDI-Images",
35
+ repo_type="dataset",
36
+ filename="MIDI-Images-Dataset-CC-BY-NC-SA.zip",
37
+ local_dir="."
38
+ )
39
+
40
+ shutil.unpack_archive("MIDI-Images-Dataset-CC-BY-NC-SA.zip", ".")
41
+ ```
42
+
43
+ ***
44
+
45
+ ### Project Los Angeles
46
+ ### Tegridy Code 2024