diff --git a/README.md b/README.md index 7a98612..4c090cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # hokusai +![](./logo.png) + A build tool for AI-generated artifacts. Define image and text targets in a YAML config, and hokusai handles dependency resolution, incremental builds, and parallel execution. Uses [Mistral](https://mistral.ai) and [OpenAI](https://openai.com) for text generation, and [BlackForestLabs](https://blackforestlabs.ai) (FLUX) and [OpenAI](https://openai.com) for image generation. diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..f2d3587 Binary files /dev/null and b/logo.png differ