Skip to content

A music genre classification system leveraging handcrafted audio features with Random Forest and XGBoost classifiers.

Notifications You must be signed in to change notification settings

plan28-06/Music_Genre_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music_Genre_Classification

This project implements a music genre classification system using handcrafted audio features extracted from raw .wav files.

Features such as MFCCs, chroma, spectral, and rhythm descriptors are used to represent musical characteristics.

Random Forest and XGBoost classifiers are trained and evaluated for multi-class genre prediction.

XGBoost achieved a marginal (~0.5%) accuracy improvement over Random Forest, indicating that both models perform at a comparable level on the extracted features.

About

A music genre classification system leveraging handcrafted audio features with Random Forest and XGBoost classifiers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published