UNPKG

@magenta/music

Version:

Make music with machine learning, in the browser.

13 lines (12 loc) 333 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';