Hi HN,<p>Tiny-dream is designed to be embedded on larger codebases (host programs) with an easy to use C++ API.<p>The project github is located at: <a href="https://github.com/symisc/tiny-dream">https://github.com/symisc/tiny-dream</a>
The C++ API documentation is located at: <a href="https://pixlab.io/tiny-dream#cpp-api" rel="nofollow noreferrer">https://pixlab.io/tiny-dream#cpp-api</a><p>The current tensor engine is backed by ncnn with planned transition to ggml in the short period. Nevertheless, in our experimental ggml port, we found out that ggml doesn't quantize well, and is better suited for LLMs than heavy computer vision tasks. You can refer to the roadmap page at <a href="https://pixlab.io/tiny-dream#roadmap" rel="nofollow noreferrer">https://pixlab.io/tiny-dream#roadmap</a> for more information.