#8 · Primary category: AI Music Generation

musiclm-pytorch

artificial-intelligence attention-mechanisms deep-learning music-synthesis transformers

Implementation of MusicLM, Google's new SOTA model for music generation using attention networks, in Pytorch

Project last updated:09/06/23

GitHub Stars

3.3K

Forks

264

Contributors

2

License

MIT

Why we included this project

If you have ever wished a short phrase like "an upbeat jazz trio with a walking bass line" could come back as an actual music clip, this is the library that shows how. It is a research-oriented PyTorch implementation of Google's MusicLM, which combines the MuLaN text-audio contrastive model with a sequence-modeling audio component to turn free-text prompts into generated music. The repo is a readable, trainable blueprint rather than a ready-to-use service: you install it, train the MuLaN embedding head on paired sound-and-text data, then run the audio transformer stack to synthesize audio from your description. That puts it in the hands of ML engineers and research teams who want to reproduce a state-of-the-art music generation pipeline and are comfortable handling their own training data and compute.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category