Giter Club home page Giter Club logo

gan-album-cover's Introduction

GAN-Album-Cover

GANs for Album Cover Generation

Project is still on development stage

Summary

This project creates a Generative Adversarial Network (GAN) for album cover generation based on the Spotify dataset. It is based on this paper and the ultimate objective is to generate album images based on music genres.

There will be some intermediate steps on the process: 1 - Generate a data set 2 - Create an album image GAN 3 - Create a GAN that generates albums based on genre

Notes

  • According to this sourse , there are seven best practices to consider when implementing your GAN model:

    1. Downsample Using Strided Convolutions (e.g. don’t use pooling layers)
    2. Upsample Using Strided Convolutions (e.g. use the transpose convolutional layer).
    3. Use LeakyReLU (e.g. don’t use the standard ReLU).
    4. Use Batch Normalization (e.g. standardize layer outputs after the activation).
    5. Use Gaussian Weight Initialization (e.g. a mean of 0.0 and stdev of 0.02).
    6. Use Adam Stochastic Gradient Descent (e.g. learning rate of 0.0002 and beta1 of 0.5).
    7. Scale Images to the Range [-1,1] (e.g. use tanh in the output of the generator).
  • Images from OMACIR dataset > Spotify dataset.

    • The authors of the paper initially downloaded the album covers from the OMACIR dataset and then found/downloaded the metadata of the albums from Spotify --> ~50k images
    • This project used the album images that were directly downloaded from Spotify --> ~30k images

gan-album-cover's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.