Releases: asigalov61/discovermidi
Releases · asigalov61/discovermidi
v26.5.19
Discover MIDI Dataset
Ultimate MIDI dataset for MIDI music discovery and symbolic music AI purposes
Release v26.5.19
- Major
discovermidipackage update. Please see change log below.
Full Changelog: v25.12.49...v26.5.19
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',
revision='0eaecb5b1c1be02751f4dca97bb9b25e8408e498',
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 0eaecb5) },
year = 2025,
url = { https://huggingface.co/datasets/projectlosangeles/Discover-MIDI-Dataset },
doi = { 10.57967/hf/7361 },
publisher = { Hugging Face }
}Project Los Angeles
Tegridy Code 2026
V25.12.49
Discover MIDI Dataset
Ultimate MIDI dataset for MIDI music discovery and symbolic music AI purposes
Release v25.12.49
- Updated NumPy version to 1.26.4 in
search_and_filter.pymodule header - Added kwargs to download_dataset function
Full Changelog: v25.12.48...v25.12.49
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',
revision='0eaecb5b1c1be02751f4dca97bb9b25e8408e498',
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 0eaecb5) },
year = 2025,
url = { https://huggingface.co/datasets/projectlosangeles/Discover-MIDI-Dataset },
doi = { 10.57967/hf/7361 },
publisher = { Hugging Face }
}Project Los Angeles
Tegridy Code 2025
v25.12.48
Discover MIDI Dataset
Ultimate MIDI dataset for MIDI music discovery and symbolic music AI purposes
Release v25.12.48
- Bumped NumPy version to 1.26.4 to resolve compatibility issues on some systems
- Updated TMIDIX to latest version
- Updated readme with new NumPy version requirement
Full Changelog: v25.12.47...v25.12.48
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',
revision='0eaecb5b1c1be02751f4dca97bb9b25e8408e498',
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 0eaecb5) },
year = 2025,
url = { https://huggingface.co/datasets/projectlosangeles/Discover-MIDI-Dataset },
doi = { 10.57967/hf/7361 },
publisher = { Hugging Face }
}Project Los Angeles
Tegridy Code 2025
v25.12.47
Discover MIDI Dataset
Ultimate MIDI dataset for MIDI music discovery and symbolic music AI purposes
Release v25.12.47
- Corrected search_and_filter function code: v25.12.46...v25.12.47
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',
revision='0eaecb5b1c1be02751f4dca97bb9b25e8408e498',
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 0eaecb5) },
year = 2025,
url = { https://huggingface.co/datasets/projectlosangeles/Discover-MIDI-Dataset },
doi = { 10.57967/hf/7361 },
publisher = { Hugging Face }
}Project Los Angeles
Tegridy Code 2025
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 }
}Project Los Angeles
Tegridy Code 2025
v25.12.41
Discover MIDI Dataset
Ultimate MIDI dataset for MIDI music discovery and symbolic music AI purposes
Release v25.12.41
- Major code improvements and update: v25.12.23...v25.12.41
- Improved and refactored metadata
- Improved README.md
- Updated sample search results
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 9e2855f) },
year = 2025,
url = { https://huggingface.co/datasets/projectlosangeles/Discover-MIDI-Dataset },
doi = { 10.57967/hf/7335 },
publisher = { Hugging Face }
}Project Los Angeles
Tegridy Code 2025
Discover MIDI Dataset official release!
Discover MIDI Dataset
Ultimate MIDI dataset for MIDI music discovery and symbolic music AI purposes
Official release version
-
Download Discover MIDI dataset from official Hugging Face repo
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/'
)-
Install 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 d46b85d) },
year = 2025,
url = { https://huggingface.co/datasets/projectlosangeles/Discover-MIDI-Dataset },
doi = { 10.57967/hf/7317 },
publisher = { Hugging Face }
}
Project Los Angeles
Tegridy Code 2025
Full Changelog: https://github.com/asigalov61/discovermidi/commits/v25.12.23