# [WIP] Neural Piano
## Hi-Fi neural MIDI piano synthesizer and MIDI renderer
<img width="1024" height="1024" alt="Neural-Piano-Artwork" src="https://github.com/user-attachments/assets/a3d214c0-f88d-4581-9d29-fc26aeec04f8" />
***
## Installation
### pip and setuptools
```sh
# It is recommended that you upgrade pip and setuptools prior to install for max compatibility
!pip install --upgrade pip
!pip install --upgrade setuptools build wheel
```
### pip install
```sh
# The following command will install Neural Piano pip package
# Please note that Neural Piano requires Nvidia GPU with at least 40GB VRAM
!pip install -U neuralpiano
```
***
## Quick-start use example
```python
# Import main Neural Piano module
import neuralpiano
# Render MIDI
neuralpiano.render_midi('input.mid', 'output.wav')
```
***
### Project Los Angeles
### Tegridy Code 2025
Raw data
{
"_id": null,
"home_page": null,
"name": "neuralpiano",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "Alex Lev <alexlev61@proton.me>",
"keywords": "MIDI, music, music ai, MIDI piano, Piano synthesizer, renderer, MIDI synthesizer, MIDI renderer, neural synthesizer, artificial intelligence, AI, audio synthesis",
"author": null,
"author_email": "Alex Lev <alexlev61@proton.me>",
"download_url": "https://files.pythonhosted.org/packages/8a/c0/f702ec31d1817794f8b44ce8b153752ca8c45e7aa7ee5125a6b1215e0fb3/neuralpiano-25.10.48.tar.gz",
"platform": null,
"description": "# [WIP] Neural Piano\r\n## Hi-Fi neural MIDI piano synthesizer and MIDI renderer\r\n\r\n<img width=\"1024\" height=\"1024\" alt=\"Neural-Piano-Artwork\" src=\"https://github.com/user-attachments/assets/a3d214c0-f88d-4581-9d29-fc26aeec04f8\" />\r\n\r\n***\r\n\r\n## Installation\r\n\r\n### pip and setuptools\r\n\r\n```sh\r\n# It is recommended that you upgrade pip and setuptools prior to install for max compatibility\r\n!pip install --upgrade pip\r\n!pip install --upgrade setuptools build wheel\r\n```\r\n\r\n### pip install\r\n\r\n```sh\r\n# The following command will install Neural Piano pip package\r\n# Please note that Neural Piano requires Nvidia GPU with at least 40GB VRAM\r\n\r\n!pip install -U neuralpiano\r\n```\r\n\r\n***\r\n\r\n## Quick-start use example\r\n\r\n```python\r\n# Import main Neural Piano module\r\nimport neuralpiano\r\n\r\n# Render MIDI\r\nneuralpiano.render_midi('input.mid', 'output.wav')\r\n```\r\n\r\n***\r\n\r\n### Project Los Angeles\r\n### Tegridy Code 2025\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Hi-Fi neural MIDI piano synthesizer and MIDI renderer",
"version": "25.10.48",
"project_urls": {
"Dataset": "https://magenta.withgoogle.com/datasets/maestro",
"Demo": "https://huggingface.co/datasets/projectlosangeles/Neural-Piano-Synthesizer",
"Discussions": "https://github.com/asigalov61/neuralpiano/discussions",
"Documentation": "https://github.com/asigalov61/neuralpiano",
"Homepage": "https://github.com/asigalov61/neuralpiano",
"Issues": "https://github.com/asigalov61/neuralpiano/issues",
"Samples": "https://github.com/asigalov61/neuralpiano/tree/main/neuralpiano/output_samples",
"SoundCloud": "https://soundcloud.com/aleksandr-sigalov-61/"
},
"split_keywords": [
"midi",
" music",
" music ai",
" midi piano",
" piano synthesizer",
" renderer",
" midi synthesizer",
" midi renderer",
" neural synthesizer",
" artificial intelligence",
" ai",
" audio synthesis"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c7774504b11bf1181ded204d9f8da580e05df00661f11a72d50ce14b775bf140",
"md5": "580753d7cbb0811c8778b2814467513c",
"sha256": "1e8b8ba9eea5f5414b21562d82399332ca4e0001e1c33460ce23e035bdc128d6"
},
"downloads": -1,
"filename": "neuralpiano-25.10.48-py3-none-any.whl",
"has_sig": false,
"md5_digest": "580753d7cbb0811c8778b2814467513c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4629766,
"upload_time": "2025-10-26T21:59:58",
"upload_time_iso_8601": "2025-10-26T21:59:58.217652Z",
"url": "https://files.pythonhosted.org/packages/c7/77/4504b11bf1181ded204d9f8da580e05df00661f11a72d50ce14b775bf140/neuralpiano-25.10.48-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8ac0f702ec31d1817794f8b44ce8b153752ca8c45e7aa7ee5125a6b1215e0fb3",
"md5": "e52096976a60c37a0845e31e583ac9da",
"sha256": "8d2b23c0f910e2a1d90e9729e0a4dfac1ab943225cf15b3e267748b153c45518"
},
"downloads": -1,
"filename": "neuralpiano-25.10.48.tar.gz",
"has_sig": false,
"md5_digest": "e52096976a60c37a0845e31e583ac9da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 4627688,
"upload_time": "2025-10-26T22:00:17",
"upload_time_iso_8601": "2025-10-26T22:00:17.687172Z",
"url": "https://files.pythonhosted.org/packages/8a/c0/f702ec31d1817794f8b44ce8b153752ca8c45e7aa7ee5125a6b1215e0fb3/neuralpiano-25.10.48.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-26 22:00:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "asigalov61",
"github_project": "neuralpiano",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "tqdm",
"specs": []
},
{
"name": "ipywidgets",
"specs": []
},
{
"name": "matplotlib",
"specs": []
},
{
"name": "hf-transfer",
"specs": []
},
{
"name": "huggingface_hub",
"specs": []
},
{
"name": "soundfile",
"specs": []
},
{
"name": "torch",
"specs": []
},
{
"name": "numpy",
"specs": [
[
"==",
"1.24.4"
]
]
},
{
"name": "librosa",
"specs": []
},
{
"name": "midirenderer",
"specs": []
}
],
"lcname": "neuralpiano"
}