You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finding music items: The system is able to find similar music items and will recommend top 10 song recommendation based on their listening history and popularity using pyspark
Generating recommendations: The system is able to generate recommendations for a user based on the user's preference and input.
Depicting the Importance of Acousticness, Loudness, Tempo, Liveness, danceability and valence using Feature Correlation
Used Spotify API to play songs on the WebApp
Calculated the Accuracy and Area under curve of each algorithm to see which is best for Prediction and Recommendation
Tools and technology
Frontend : Streamlit
Backend : Pyspark,Python, scikit-learn, pandas, Numpy and Plotly.