CVAIDec 9, 2022

Music Recommendation System based on Emotion, Age and Ethnicity

arXiv:2212.04782v19 citationsh-index: 8
Originality Synthesis-oriented
AI Analysis

This addresses personalized music recommendation for users based on demographic and emotional factors, but appears incremental as it combines existing datasets and methods.

The study developed a music recommendation system that predicts user emotion, age, and ethnicity from facial images using CNN models, then suggests Spotify playlists based on these predictions to create a user-friendly music selection interface.

A Music Recommendation System based on Emotion, Age, and Ethnicity is developed in this study, using FER-2013 and ``Age, Gender, and Ethnicity (Face Data) CSV'' datasets. The CNN architecture, which is extensively used for this kind of purpose has been applied to the training of the models. After adding several appropriate layers to the training end of the project, in total, 3 separate models are trained in the Deep Learning side of the project: Emotion, Ethnicity, and Age. After the training step of these models, they are used as classifiers on the web application side. The snapshot of the user taken through the interface is sent to the models to predict their mood, age, and ethnic origin. According to these classifiers, various kinds of playlists pulled from Spotify API are proposed to the user in order to establish a functional and user-friendly atmosphere for the music selection. Afterward, the user can choose the playlist they want and listen to it by following the given link.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes