Skip to content

Music genre classification using an ensemble of different features

Notifications You must be signed in to change notification settings

namratadutt/Music-genre-classification-part-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Music genre classification part-2: Classification

This repository contains two files:

  1. FeaturesClassification.py : In this file, we do classification using different features separately. We have 2 models for Spectrogram, an ensemble of 3 models for MFCC, and Mel-spectrogram.
  2. Ensemble.py : In this file, we load the trained models from FeaturesClassification.py and classify music genres using an ensemble of all the models.

Releases

No releases published

Packages

No packages published

Languages