Feedback wanted: recommendation service extension

I’ve been working on a music recommendation service, and I’ve made a Mopidy extension for it. See https://youtu.be/FN3C-3RJHyM for a short demo.

It’s been released for a while actually, but I made a major breakthrough last week with the algorithm and I’m quite pleased with the core experience now. So I’m trying to put a lot more work in to finding potential users (disclosure, I am trying to eventually make money with this. But at this stage my main goal is just getting some more users + feedback).

If you’d like to try it out, pip install mopidy-lagukan. When you run mopidy, it’ll auto-open the web app in your web browser, though there’s a config option to disable that behavior. (This is because I’ve put all the logic for the extension into the web app to make development faster. In the future I’ll likely make it work headlessly again).