Live data from Hacker News

Show HN: I trained an AI model on 120M+ songs from iTunes

maroofy.com

1–10 of 444 posts

Show HN: I trained an AI model on 120M+ songs from iTunes

#1
Hey HN!

I just shipped a project I’ve been working on called Maroofy: https://maroofy.com

You can search for any song, and it’ll use the song’s audio to find other similar-sounding music.

Demo: https://twitter.com/subby_tech/status/1621293770779287554

How does it work?

I’ve indexed ~120M+ songs from the iTunes catalog with a custom AI audio model that I built for understanding music.

My model analyzes raw music audio as input and produces embedding vectors as output.

I then store the embedding vectors for all songs into a vector database, and use semantic search to find similar music!

Here are some examples you can try:

Fetish (Selena Gomez feat. Gucci Mane) — https://maroofy.com/songs/1563859943 The Medallion Calls (Pirates of the Caribbean) — https://maroofy.com/songs/1440649752

Hope you like it, and would love to hear any questions/feedback/comments! :D

Show HN: I trained an AI model on 120M+ songs from iTunes
maroofy.com

Re: Show HN: I trained an AI model on 120M+ songs from iTunes

#2
Nice idea. Not sure how good the recommendations are just yet, but I really wish there was a Spotify button on there.

Also if it's not a trade secret can you expand "My model analyzes raw music audio as input and produces embedding vectors as output." What kind of analysis are you doing? What is the criteria for picking recommendations? I always find this area of music analysis intersting.

Re: Show HN: I trained an AI model on 120M+ songs from iTunes

#6
Wow, these songs were impressively similar to my queries. I would love for a interpolation playlist feature, where I put in 2 different songs (from say, classic rock and EDM), and I could get 10-20 songs that slowly change from the start song to the end song.

Re: Show HN: I trained an AI model on 120M+ songs from iTunes

#10
Interesting idea. I think it needs some finetuning to find songs that are similar but not covers. For well-covered songs like Bohemian Rhapsody, this is more like a cover-finder.

Also this song, Shangri-La Is Calling, is bugging out: https://maroofy.com/songs/1632142336

Post reply on HN