
# It is recommended that you upgrade pip and setuptools prior to install for max compatibility
!pip install --upgrade pip
!pip install --upgrade setuptools
# 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
# The following command will install packages for midi_to_colab_audio module
!sudo apt update -y
!sudo apt install fluidsynth
# Import main Neural Piano module
import neuralpiano