rickykennedy25 / musicmood

A machine learning approach to classify songs by mood.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusicMood

A machine learning approach to classify music by mood based on song lyrics.

This project is about building a music recommendation system for users who want to listen to happy songs. Such a system can not only be used to brighten up one's mood on a rainy weekend; especially in hospitals, other medical clinics, or public locations such as restaurants, the MusicMood classifier could be used to spread positive mood among people.


Links



Sections







Dataset Summary

back to top

  • A 10,000-song subset was downloaded from the Million Song Dataset.
  • Lyrics were automatically downloaded from LyricWikia and all songs for which lyrics have not been available were removed from the dataset.
  • An English language filter was applied to detect and remove all non-English songs.
  • The remaining songs were randomly subsampled into a 1000-song training dataset and 200-song validation dataset.


Exploratory Data Analysis

back to top





Results

back to top

About

A machine learning approach to classify songs by mood.

License:GNU General Public License v3.0


Languages

Language:OpenEdge ABL 57.2%Language:HTML 23.4%Language:Jupyter Notebook 19.2%Language:Python 0.2%Language:CSS 0.1%