# [WIP] Neural Piano
## Hi-Fi neural MIDI piano synthesizer and MIDI renderer
***
## 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
```
### 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
```
### Optional packages
#### Packages for midi_to_colab_audio module
```sh
# The following command will install packages for midi_to_colab_audio module
!sudo apt update -y
!sudo apt install fluidsynth
```
***
## Quick-start use example
```python
# Import main Neural Piano module
import neuralpiano
```
***
### 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",
"author": null,
"author_email": "Alex Lev <alexlev61@proton.me>",
"download_url": "https://files.pythonhosted.org/packages/da/47/dbaea66fb29726b1ba82f618104497b0c1792d47a3b4f18fa381a26f9d3f/neuralpiano-25.8.3.tar.gz",
"platform": null,
"description": "# [WIP] Neural Piano\r\n## Hi-Fi neural MIDI piano synthesizer and MIDI renderer\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\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### Optional packages\r\n\r\n#### Packages for midi_to_colab_audio module\r\n\r\n```sh\r\n# The following command will install packages for midi_to_colab_audio module\r\n\r\n!sudo apt update -y\r\n!sudo apt install fluidsynth\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\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.8.3",
"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"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a3b227e3235fdf4176616334f1ef66e55b0bdde345dab1ef0a2ccec2175a4a18",
"md5": "6419496e6aaca1d540116e6fd553a936",
"sha256": "b4a061e2f45d9b1906c845e3645c6577c170d573830b5351288d83e5df5705f5"
},
"downloads": -1,
"filename": "neuralpiano-25.8.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6419496e6aaca1d540116e6fd553a936",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4791602,
"upload_time": "2025-08-03T21:42:01",
"upload_time_iso_8601": "2025-08-03T21:42:01.007374Z",
"url": "https://files.pythonhosted.org/packages/a3/b2/27e3235fdf4176616334f1ef66e55b0bdde345dab1ef0a2ccec2175a4a18/neuralpiano-25.8.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "da47dbaea66fb29726b1ba82f618104497b0c1792d47a3b4f18fa381a26f9d3f",
"md5": "60b392e2daef462572b300fc744ac888",
"sha256": "2469e0cbfc7dc1bf016b402a9c41c7053556448dd70c038c496285a3b162474c"
},
"downloads": -1,
"filename": "neuralpiano-25.8.3.tar.gz",
"has_sig": false,
"md5_digest": "60b392e2daef462572b300fc744ac888",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 4781550,
"upload_time": "2025-08-03T21:42:06",
"upload_time_iso_8601": "2025-08-03T21:42:06.576278Z",
"url": "https://files.pythonhosted.org/packages/da/47/dbaea66fb29726b1ba82f618104497b0c1792d47a3b4f18fa381a26f9d3f/neuralpiano-25.8.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-03 21:42:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "asigalov61",
"github_project": "neuralpiano",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "neuralpiano"
}