All Projects → rasbt → Musicmood

rasbt / Musicmood

Licence: gpl-3.0
A machine learning approach to classify songs by mood.

Projects that are alternatives of or similar to Musicmood

metal dataset
metal lyrics and band names dataset (raw)
Stars: ✭ 19 (-95.1%)
Mutual labels:  lyrics
LycricsTextView
No description or website provided.
Stars: ✭ 14 (-96.39%)
Mutual labels:  lyrics
Bopscrk
Tool to generate smart and powerful wordlists
Stars: ✭ 273 (-29.64%)
Mutual labels:  lyrics
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
Lrc Maker
歌词滚动姬|可能是你所能见到的最好用的歌词制作工具
Stars: ✭ 329 (-15.21%)
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
textalive-app-dance
3Dモデルを使った複雑な処理を含むTextAlive App APIの作例
Stars: ✭ 18 (-95.36%)
Mutual labels:  lyrics
MrPlayer
This is Mp3 Player made on python
Stars: ✭ 23 (-94.07%)
Mutual labels:  lyrics
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



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

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].