Viewing profile — nlplaylist
nlplaylist
HN member- Joined
- Thu, Jan 19, 2023, 8:34 PM UTC
- HN karma
- 39
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About nlplaylist
No profile information was provided.
Recent public activity
-
comment
Comment #34448324
I removed all Christmas songs after Christmas! That's probably the issue. The majority of problems people are seeing can be fixed by expanding the dataset.
-
comment
Comment #34447059
Don't have instrument specific data on songs. Wish I did. Was thinking about classification algorithm on song spectrograms to do this. There's a music instrument dataset I could tr…
-
comment
Comment #34445912
Could be that a song like that simply doesn't exist in my current dataset of 35k tracks.
-
comment
Comment #34445585
TLDR: Lots of musical metadata converted into paragraphs and the SentenceTransformers Retrieve & Re-Rank Pipeline.( https://www.sbert.net/index.html ) The sentence embeddings are c…
-
comment
Comment #34445377
Thank you! I'm just a guy who loves music and sharing it with people. It's been my dream to build something like that. Hope you find some good tunes with my project!
-
comment
Comment #34445358
Don't have any geographic information in my dataset that's why. Thinking about finding song metadata for artists that contain information about their geographic location. Popular i…
-
comment
Comment #34445341
Working on weighted averages for each song feature embedding. This might be the fix for that. Thinking about comparing the query embedding to sentences like "This query relates to …
-
comment
Comment #34445295
OP HERE! Solved the hugging to death issue. Reached the Spotify 11k playlist limit. Deleting old playlists and the site should be working as intended now. THANK YOU whoever posted …