Symbolic music artificial Intelligence toolkit for rapid prototyping, design and evaluation of the symbolic music AI architectures, systems and models
!git clone --depth 1 https://github.com/asigalov61/tegridy-tools
!curl -O https://raw.githubusercontent.com/asigalov61/tegridy-tools/main/install/setup.sh
# !wget https://raw.githubusercontent.com/asigalov61/tegridy-tools/main/install/setup.sh
!chmod +x setup.sh
!bash setup.sh
!rm setup.sh
# CPU setup and imports
!python ./tegridy-tools/install/setup.py
# GPU setup and imports
!python ./tegridy-tools/install/setup_cuda.py
# CPU setup and imports
%run ./tegridy-tools/install/setup.py
# GPU setup and imports
%run ./tegridy-tools/install/setup_cuda.py
import TMIDIX
import midi_to_colab_audio
from x_transformer_1_27_16 import *
import random
Start by checking out example code snippets and scripts
Or you can check out many practical, specific and detailed Jupyter/Google Colab Notebooks
@inproceedings{lev2024tegridytools,
title = {tegridy-tools: Symbolic Music NLP Artificial Intelligence Toolkit},
author = {Aleksandr Lev},
booktitle = {GitHub},
year = {2024},
}