Skip to content

Rhuax/MuGeRe

Repository files navigation

MuGeRe

MUsic GEnre REcognition

alt textalt textalt textalt textalt text

This is an attempt to perform music genre recognition directly from audio with deep convolutional neural networks. The basic process goes from generating spectrograms using "SoX" into png files. PNG files are chunked and each chunk represents a training instance for the learning algorithm. Every chunk is then fed to the CNN which extracts salient features to be passed to fully connected layers in order to perform categorical prediction.

Requirements

  • Tensorflow
  • Keras
  • Pillow
  • Pydub
  • sox
  • ffmpeg

About

MUsic GEnre REcognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published