Generating Audio Music using Generative Adversarial Networks
- I downloaded the FMA Dataset: https://github.com/mdeff/fma/
- I converted the clips into images using PhotoSounder
- I cropped the images to 10-second clips
- I resized all images to be 512x512 pixels
- I trained StyleGAN, a generative adversarial network, to create new images similar to the audio images I created
- StyleGAN created similar images, which I then converted back into sound using PhotoSounder
Included: the easy Colab training and generating notebooks for StyleGAN