SwethaRavi30 / music-player

This application can classify a song into genres and detect emotion from an audio and play a song based on the emotion detected. Knn model is used for music genre classification. Multilayer perceptron model is used for emotion detection. merge_music_speech.ipynb file is for detecting emotion from audio files and play music accordingly.
1 stars 1 forks source link

Regarding dataset used #1

Closed Baibhav-nag closed 3 years ago

Baibhav-nag commented 3 years ago

Please tell me what dataset u have used

SwethaRavi30 commented 3 years ago

Please tell me what dataset u have used

GTZAN dataset

Baibhav-nag commented 3 years ago

Thank you very much

Baibhav-nag commented 3 years ago

Just one query...from where are u getting the emotion tags for training...the dataset only has audio files with genre tags...cannot understand this part of your code...please clarify.

2021-03-24_LI

SwethaRavi30 commented 3 years ago

Just one query...from where are u getting the emotion tags for training...the dataset only has audio files with genre tags...cannot understand this part of your code...please clarify.

2021-03-24_LI

I have used ravdess dataset for emotion recognition.

SwethaRavi30 commented 3 years ago

Then I just combined these two separate projects.

Baibhav-nag commented 3 years ago

Ok thank you very much

Baibhav-nag commented 3 years ago

When I try to implement your code it gives the following error...cannot understand please help

2021-03-25

Baibhav-nag commented 3 years ago

Thank you very much for all your help and assistance. Really helped me a lot.