Project 2 : Spotify Songs’ Genre Segmentation
The music recommendations made by Spotify, a music app, are excellent. It recommends music based on the songs and artists you usually listen to. The algorithm groups comparable features into clusters, and these clusters aid in comprehending the auditory properties of diverse songs. Use this specific data set to construct an automated system.
Project Output Instructions :
• Perform data pre-processing operations. #done
• As a part of data analysis and visualizations draw all the possible plots to provide essential informations and to derive some meaningful insights. #didnt do this
• Show your correlation matrix of features according to the datasets. #done
• Find out and plot different clusters according to different parameters like playlist genres , playlist names.
• Build your model and show your final result so that the recommendation system can be built based on that.