Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators: []
|
3 |
+
language: []
|
4 |
+
language_creators: []
|
5 |
+
license: []
|
6 |
+
multilinguality: []
|
7 |
+
pretty_name: Mel spectrograms of instrumental Hip Hop music
|
8 |
+
size_categories:
|
9 |
+
- 10K<n<100K
|
10 |
+
source_datasets: []
|
11 |
+
tags:
|
12 |
+
- audio
|
13 |
+
- spectrograms
|
14 |
+
task_categories:
|
15 |
+
- image-to-image
|
16 |
+
task_ids: []
|
17 |
+
---
|
18 |
+
256x256 mel spectrograms of 5 second samples of instrumental Hip Hop. The code to convert from audio to spectrogram and vice versa can be found in https://github.com/teticio/audio-diffusion along with scripts to train and run inference using Denoising Diffusion Probabilistic Models.
|