My Projects

Music Recommender App

This is a web application as part of my thesis project. It is built with Next.js that uses Spotify's Web API to provide personalized song suggestions based on your listening history and preferences. Authentication is handled using NextAuth.js, with Spotify as the provider. A recommender algorithm is built for the application in order to suggest songs. The algorithm calculates similarities of tracks using Euclidean distance. For more information, check out the GitHub repository. If you would like to try out the music recommender application, please provide me your Spotify account email. This is due to Spotify for Developers policy.

GitHub Repository

Music Recommender App

Home screen after user has authenticated
Home screen after user has authenticated