This project is a Spotify song recommender built with Streamlit. Given a user-selected song, the recommender suggests a song based on its cluster.
The recommender uses the k-means clustering algorithm to group songs based on their audio features. The audio features are obtained through the Spotify API.