UNPKG

museaikit

Version:

A powerful music-focused AI toolkit

13 lines (12 loc) 345 B
import * as tf from '@tensorflow/tfjs'; export { tf }; export * from './core'; export * from './coconet'; export * from './music_rnn'; export * from './music_vae'; export * from './piano_genie'; export * from './protobuf'; export * from './transcription'; export * from './gansynth'; export * from './spice'; export * from './ddsp';