An AI/LLM-driven music discovery and recommendation service.
This is part of a larger web-based / mobile service that I was planning on, it contains the core functionality accessible from the CLI. I built it to test the limit of LLM/AI-driven music recommendation and explore whether I want to dive deeper in this direction.
I ended up deciding to follow a different route in music recommendation and discovery (human/social-driven). It was also an opportunity for me to explore the Clean / Hexagonal / modular monolith architecture (see below). I also wanted to experiment with recently revamped python tools such as Pydantic 2 and so on.
Overall, I think this project might be interesting to anyone who wants to build an AI-driven music recommendation. I am not hosting it anymore due to LLM hosting costs being too high for an aborted project.
I wanted to explore the Clean / Hexagonal architectural pattern in this project, so I followed that style here although the size of the project is very small to warrant that. Below are the main components in the architecture: