14/08/2021
Introduction
For a university project, I’m developing a Music recommendation classifier based on the Spotify API. The idea is to recommend new music to the user, based on songs he personally likes or dislikes and on the musical components of the song (speed, tonality, instrumentality and many more).
The preparation of the dataset usually is the most time-consuming part of any machine learning project. This usually consists of gathering...