rasbt / Musicmood
Licence: gpl-3.0
A machine learning approach to classify songs by mood.
Stars: ✭ 388
Projects that are alternatives of or similar to Musicmood
BeatSinger
Beat Saber plugin for displaying floating lyrics while playing the game.
Stars: ✭ 40 (-89.69%)
Mutual labels: lyrics
DenseNet-MURA-PyTorch
Implementation of DenseNet model on Standford's MURA dataset using PyTorch
Stars: ✭ 59 (-84.79%)
Mutual labels: exploratory-data-analysis
spotify-lyrics-cli
Migrated to Gitlab, this Github repo will not receive updates.
Stars: ✭ 57 (-85.31%)
Mutual labels: lyrics
LyricViewDemo
LyricView is a powerful and flexible custom view to display lyrics within music player under Android
Stars: ✭ 654 (+68.56%)
Mutual labels: lyrics
data-analysis-using-python
Data Analysis Using Python: A Beginner’s Guide Featuring NYC Open Data
Stars: ✭ 81 (-79.12%)
Mutual labels: exploratory-data-analysis
Autoeda Resources
A list of software and papers related to automatic and fast Exploratory Data Analysis
Stars: ✭ 268 (-30.93%)
Mutual labels: exploratory-data-analysis
olliePy
OlliePy is a python package which can help data scientists in exploring their data and evaluating and analysing their machine learning experiments by utilising the power and structure of modern web applications. The data scientist only needs to provide the data and any required information and OlliePy will generate the rest.
Stars: ✭ 46 (-88.14%)
Mutual labels: exploratory-data-analysis
billboard
🎤 Lyrics/associated NLP data for Billboard's Top 100, 1950-2015.
Stars: ✭ 53 (-86.34%)
Mutual labels: lyrics
Lyrics King React Native
Lyrics King is React Native song lyrics search app, built with Expo. Designed with Adobe XD.
Stars: ✭ 261 (-32.73%)
Mutual labels: lyrics
Edge2Guard
Code for PerCom Workshop paper title 'Edge2Guard: Botnet Attacks Detecting Offline Models for Resource-Constrained IoT Devices'
Stars: ✭ 16 (-95.88%)
Mutual labels: exploratory-data-analysis
Code
Compilation of R and Python programming codes on the Data Professor YouTube channel.
Stars: ✭ 287 (-26.03%)
Mutual labels: exploratory-data-analysis
Visdat
Preliminary Exploratory Visualisation of Data
Stars: ✭ 377 (-2.84%)
Mutual labels: exploratory-data-analysis
React Music Player
🎵 Maybe the best beautiful HTML5 responsive player component for react :)
Stars: ✭ 321 (-17.27%)
Mutual labels: lyrics
Data Describe
data⎰describe: Pythonic EDA Accelerator for Data Science
Stars: ✭ 269 (-30.67%)
Mutual labels: exploratory-data-analysis
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
- The data collection IPython notebook
- The initial model training IPython notebook
- The updated model training with white lists IPython notebook
- Experiments with Random Forests IPython notebook
- An article about my experiences with this project
- A keynote presentation about this project
- A more technical report on arXiv
Sections
Dataset Summary
- 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
Results
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].