• Stars
    star
    3
  • Rank 3,944,206 (Top 79 %)
  • Language
    Jupyter Notebook
  • Created almost 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Main project in Deep Learning course at DTU. Objective is to make a convolutional neural network tell a vinyl records genre based on its album cover. So the input is an image of a vinyl record cover and the output is a genre. The data used to train this CNN is gathered using the discogs_scraper scrip written i C# which can be found on my GitHub.