FindGenre uses AI to identify music across a wide range of genres from an audio upload or a YouTube or SoundCloud link. It provides a genre prediction with a confidence score and is especially strong at distinguishing closely related electronic subgenres like Melodic Techno, Progressive House, Tech House, and Trance as well as different genre's of rock. We are constantly improving the model to provide more accurate results.
No reviews yetBe the first to leave a review for FindGenre
Maker
📌
I built FindGenre because I was constantly running into tracks that were difficult to classify—especially within electronic music and rock, where the lines between genres and subgenres can be subjective. Existing tools were often too broad or inaccurate. I wanted to create a simple AI-powered tool that helps producers, DJs, labels, and music fans identify genres more consistently and better understand where a track fits. Training the model required an extensive library of 15000 tracks and some genre's had to be classified by actually listening to the music to limit genre bleed as I call it.
On a technical level, I wanted to leverage my career in DevOps to separate FIndGenre into distinct microservices with the actual genre classifier a serverless gpu instance group which makes classification faster and is cost effective.
Report
how well does it handle tracks that blend multiple genres, like something halfway between progressive house and melodic techno, does the confidence score reflect that mix or just pick one?
Report
Maker
@muammersare1wg It gives a score of up to 5 different genre probabilities
Report
Curious how it handles remixes or mashups that blend two genres, does it just pick the dominant one or give you a split breakdown?
Report
Maker
@havva397z Mashups may be tricky. It looks through 5s chunks so the more dominant genre will geta higher percentage.
how well does it handle tracks that blend multiple genres, like something halfway between progressive house and melodic techno, does the confidence score reflect that mix or just pick one?
@muammersare1wg It gives a score of up to 5 different genre probabilities
Curious how it handles remixes or mashups that blend two genres, does it just pick the dominant one or give you a split breakdown?
@havva397z Mashups may be tricky. It looks through 5s chunks so the more dominant genre will geta higher percentage.