This project is a web application that allows the user to upload a song as an mp3 file and recommends the top 5 songs (or as many as provided) that are the most similar based on feature extractions from a folder of songs stored by the user.
- Install pandas, numpy, librosa, pydub, flask, sci-kit learn
- Run "python3 app.py"
- A folder called songs will be created. Store your mp3 files there to recommend from.