v25.12.46
Discover MIDI Dataset
Ultimate MIDI dataset for MIDI music discovery and symbolic music AI purposes
Release v25.12.46
- Code refactoring and improvements: v25.12.41...v25.12.46
- Improved and refactored metadata: recalculated features matrixes, significantly expanded identified midis list.
- Improved README.md
- Updated sample search results archive.
- Added search types comparison output samples archive to the HF repo.
Download Discover MIDI dataset from official Hugging Face repo
With Hugging Face Hub
pip install -U huggingface_hubfrom huggingface_hub import snapshot_download
snapshot_download(repo_id="projectlosangeles/Discover-MIDI-Dataset",
repo_type='dataset',
local_dir='./Discover-MIDI-Dataset/'
)With Git
!git clone --depth 1 https://huggingface.co/datasets/projectlosangeles/Discover-MIDI-DatasetInstall and download with PyPi package
pip install -U discovermidiimport discovermidi
discovermidi.download_dataset()Cite with DOI
@misc{project_los_angeles_2025,
author = { Project Los Angeles },
title = { Discover-MIDI-Dataset (Revision 7733de9) },
year = 2025,
url = { https://huggingface.co/datasets/projectlosangeles/Discover-MIDI-Dataset },
doi = { 10.57967/hf/7337 },
publisher = { Hugging Face }
}