A micro service for naming clusters aligned with a given theme.
Build and launch the application via Docker:
$ docker build -f src/main/docker/Dockerfile -t cluster-namer .
$ docker run -it \
-p 8080:8080 \
-e "OPENROUTER_API_KEY=..." \
cluster-namer
Alternativly launch the launch the
com.topagrar.search.SearchApplication
locally from VSCode.
This project is licensed under the MIT License.