This document discusses using RNN-LSTM algorithms to classify music genres based on audio data. It begins with an abstract describing music genre classification and the use of RNN and LSTM algorithms. It then discusses the existing methods, proposed improvements, and experiments conducted. The proposed system uses MFCC features extracted from audio clips to train an LSTM model to classify songs into 10 genres. It achieves a train accuracy of 94% and test accuracy of 75% after training the model on audio clips split into 3-second segments. The document concludes that LSTM networks are well-suited for this task due to their ability to learn long-term dependencies from audio data.