Skip to content

danlooo/spotify-datasci

Repository files navigation

Spotify Data Science

Exploring properties of songs and predicting track features like its genre from spatially scaled notes.

Abstract

Music genres are often composed of particular pitch patterns that can be used for prediction. The Spotify API provides features for entire tracks, e.g. its loudness or acousticness scores, as well as the sequence of the individual pitches (notes). Totaling 3600 tracks across techno, rock, jazz and classicsal generes were analyzed and used for both classical Machine Learning and Deep Learning modeling methods. Validation accuracy of both approaches were similar suggesting that more sophisticated network architectures are needed to increase the model performance.

Tech stack

Keywords:

  • Spatial data analysis
  • deep learning
  • REST APIs

This project on GitHub Pages

Development

Create a file .env in the main directory to define the environment variables SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET

About

Predicting the genre of songs using Deep Learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published