This document describes a music recommendation system that uses various distance and similarity algorithms like Euclidean distance, cosine similarity, and correlation distance. It integrates these recommendation models with a user-friendly web interface built using the Flask framework. The system is evaluated based on how accurately and relevantly it can recommend songs. In summary, the project created an effective music recommendation system that utilizes different similarity metrics and Flask for web integration.