|
--- |
|
license: cc-by-nc-sa-4.0 |
|
size_categories: |
|
- 100K<n<1M |
|
tags: |
|
- music |
|
- images |
|
- MIDI |
|
- MIDI images |
|
- MIDI music |
|
- diffusion |
|
- text-to-music |
|
- music generation |
|
- music images |
|
pretty_name: midiimages |
|
language: |
|
- en |
|
task_categories: |
|
- text-to-image |
|
- image-to-image |
|
--- |
|
|
|
*** |
|
|
|
# A dataset of MIDI images designed for use with diffusion models for music generation, music classification, text-to-music and other purposes |
|
|
|
![MIDI_Images_Logo.png](https://cdn-uploads.huggingface.co/production/uploads/5f57ea2d3f32f12a3c0692e6/bnMmFDayNlnmVFmuFQcEF.png) |
|
|
|
*** |
|
|
|
# Installation |
|
|
|
```python |
|
from huggingface_hub import snapshot_download |
|
|
|
repo_id = "asigalov61/MIDI-Images" |
|
repo_type = 'dataset' |
|
|
|
local_dir = "./MIDI-Images" |
|
|
|
snapshot_download(repo_id, repo_type=repo_type, local_dir=local_dir) |
|
``` |
|
|
|
*** |
|
|
|
# MIDI Images Code/Colabs |
|
|
|
*** |
|
|
|
## MIDI Images Solo Piano Dataset Maker and Reader |
|
|
|
[![Open In Colab][colab-badge]][colab-notebook1] |
|
|
|
[colab-notebook1]: <https://colab.research.google.com/#fileId=https://huggingface.co/datasets/asigalov61/MIDI-Images/blob/main/MIDI_Images_Solo_Piano_Dataset_Maker.ipynb> |
|
[colab-badge]: <https://colab.research.google.com/assets/colab-badge.svg> |
|
|
|
### Create your own Solo Piano MIDI Images dataset |
|
|
|
*** |
|
|
|
# Pre-Trained MIDI Images [Imagen Models](https://huggingface.co/asigalov61/Imagen-Music-Diffusion-Transformer) |
|
|
|
## Based upon [Imagen PyTorch implementation by lucidrains](https://github.com/lucidrains/imagen-pytorch) |
|
|
|
*** |
|
|
|
### Project Los Angeles |
|
### Tegridy Code 2024 |