All projects
Speech & Audio

Music Genre Identification (Audio)

Audio-based genre classification using Mel spectrogram, MFCC features, and GRU+LSTM models.

Overview

Identifies music genre from raw audio using spectral features and recurrent neural networks.

The Problem

Music platforms needed automatic genre tagging for new uploads.

The Solution

Librosa for feature extraction (Amplitude envelope, Mel spectrum, MFCC), GRU-LSTM hybrid model.

Impact

Reliable genre prediction across 10 distinct music categories.