This is an audio processing task done with sklearn python library where we classify the emotion of the audios using decision tree with its gini index attribute criterion. Audio features extracted namely chromagram, melspectrogram, and MFCC are used as input features for the decision tree model which yielded an accuracy of 11% during training and 15% during testing.

link to google colab