Skip to content

Song Features Analysis of Country and Pop Songs using Clustering Analysis Techniques

Notifications You must be signed in to change notification settings

ayeshavm/SongFeatures_Unsupervised

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Pop and Country Songs Audio Features Analysis:

Song Features Analysis of Country and Pop Songs from 1990s onwards Using Clustering Analysis Techniques

Background:

The songs that we hear around these days, it is hard to distinguish a country song from a pop song, but is there really a difference between the two? Are there song features which will be able to classify these two genres?


For this project, we will analyzing Pop and country songs from 1990 onwards, and we will be extracting Spotify Features via the Spotify API, where the following data will be used:

Spotify Audio Features

  • acousticness: describes how many acoustic sounds the track has vs. how many electric sounds [0.0 to 1.0]
  • danceability: describes how suitable a track is for dancing based on a combination of musical elements. [0.0 least danceable to 1.0 most danceable)
  • duration_ms
  • energy: represents perceptual measure of intensity and activity. typically energetic feels fast, loud and noisy. [0.0 to 1.0]
  • instrumentalness
  • key
  • liveness
  • loudness
  • mode
  • speechiness
  • tempo
  • time signature
  • valence: measure from [0.0 to 1.0] describes the musical positiveness conveyed by a track. Tracks with high valence sound more positive (e.g. happy, cheerful, euphoric), while tracks with low valence sound more negative (e.g. sad, depressed, angry)

Spotify Audio Analysis

  • bar length: a bar or measure is a segment of time as a given number of beats
  • beats length: The time interval of beats throughout the track. A beat is the basic time unit of a piece of music.
  • sections length: defined by large ariation in rhythm or timbre e.g. chorus, verse, bridge, guitar solo etc.
  • segment length: each segment contains a roughly consistent sound throughout its duration
    • average & median pitch - values from 0 to 1 that describe the relative dominance of every pitch in the scale.
    • average & median timbre - timbre is the quality of musical note or sound that distinguishes different types of musical instruments or voices.

We will be analyzing songs which have been tagged with the word 'pop' or 'country' from the Million Songs Database https://labrosa.ee.columbia.edu/millionsong/.

and in the end specifically explore if there are differences between Taylor Swift's pre-pop - country songs and her pop songs.

Problem Definition:

  • How does country and pop music differ?
  • Are there differences between the two music genres? -- Can we find some patterns that would differentiate these two music genres?
  • What patterns do we find with the song features?

Full Analysis with Findings can be accessed in the main notebook: 00_SongFeaturesAnalysis_Unsupervised_Project.ipynb

About

Song Features Analysis of Country and Pop Songs using Clustering Analysis Techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published