museaikit
Version:
A powerful music-focused AI toolkit
13 lines • 378 B
JavaScript
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';
//# sourceMappingURL=index.js.map