Skip to main content

: Color Analysis

Color Analysis of Bandcamp Album Cover Art

Introduction The internet has allowed any artist to share their work with the world, and in many cases be paid for it. This is mostly a recent development, with the creation of online marketplaces, and patronage services. The defining marketplace for the indie music scene on the internet is Bandcamp. Although it has been difficult to find an estimate for how large this marketplace actually is, Bandcamp does report some information about how much money has been spent on their platform.

Bandcamp Cover Art Preliminary Analysis

Preliminary Analysis This will document the process of doing preliminary analysis on bandcamp album covers. This is part of an ongoing project which can be found here and on github. The goals of this exploration are to look into the viability of using machine learning methods in this setting. Selected methods will be fully automated and utilized for the final analysis. The './covers/' directory was generated from the album_cover_scrape function.

Bandcamp Album Cover Analysis

This is a project to look into the question: How do indie musicians use visual signs to indicate their subgenre? The main functions are in bandcamp_webtools.py, and do basic web scraping. Analysis will be done in the jupyter notebooks Proposal.ipynb, Prelims.ipynb, and Analysis.ipynb. These will also be uploaded as blog posts to my website. The github repository can be found here. The Exploratory analysis (corresponding to Proposal.ipynb) can also be found at this blog post.