Music recommender

Music recommender Used AI

6 devlogs
8h 32m
•  Ship certified
Created by Ray

From a dataset of over 23,000 songs, enter any song and get a recommendation for a similar song based on metrics such as its name, artist, and genre.

Timeline

Added error message when song and artist are incorrect

Update attachment

Ship 1

1 payout of shell 94.0 shells

Ray

8 days ago

Ray Covers 5 devlogs and 8h 14m

Added readme

Update attachment
Ray
Ray
1h 46m 8 days ago

Added front-end to the project using streamlit, and added spotify web player for each similar song.

Update attachment

Transfered code from chromebook to windows. Added exploratory data analysis step, displaying data with matplotlib. Added breakpoint results after each line with imaginary input for learning. Construcuted and debugged interpreting results for cosine_similarity matrix.

Update attachment

Cosine similarity, attempting to interpret the results, learning structure etc of pandas data structures, exploring np argmax

Update attachment

I learned the process behind TF-IDF vectorization

Update attachment