# musicmood
**Repository Path**: mirrors_rasbt/musicmood
## Basic Information
- **Project Name**: musicmood
- **Description**: A machine learning approach to classify songs by mood.
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-01-11
- **Last Updated**: 2026-05-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 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
- [The web application](http://rasbt.pythonanywhere.com)
- [The data collection IPython notebook](code/collect_data/data_collection.ipynb)
- [The initial model training IPython notebook](code/classify_lyrics/nb_init_model.ipynb)
- [The updated model training with white lists IPython notebook](code/classify_lyrics/nb_whitelist_model.ipynb)
- [Experiments with Random Forests IPython notebook](code/classify_lyrics/random_forests.ipynb)
- [An article about my experiences with this project](http://sebastianraschka.com/blog/2014/musicmood.html)
- [A keynote presentation about this project](https://speakerdeck.com/rasbt/musicmood-machine-learning-in-automatic-music-mood-prediction-based-on-song-lyrics)
- [A more technical report on arXiv](https://arxiv.org/abs/1611.00138)
### Sections