(https://bettermusicrecommender.onrender.com/)
How the Music Recommender works Warning: some songs may not be in last.fm's api
- First get a playlist of 15 songs max
- Then using last.fm api, get all tags for each song.
- Use ytmusicapi to search for songs using those tags
- Get the list of songs recommended (about 30)
- Select 5 (could be more) songs randomly
- Check the top tags occuring of these songs
- If 2 or more tags match original tags, then end
- Else, redo the selection of 5 random songs


