Skip to content

asigalov61/neuralpiano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP] Neural Piano

Hi-Fi neural MIDI piano synthesizer and MIDI renderer

Neural-Piano-Artwork

Installation

pip and setuptools

# 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

# 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

# Import main Neural Piano module
import neuralpiano

# Render MIDI
neuralpiano.render_midi('input.mid', 'output.wav')

Project Los Angeles

Tegridy Code 2025