litan / kojo-ai-3

Kojo AI, another take

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kojo-ai-3

This extension provides support for machine learning and AI within Kojo.

This is the third iteration of Kojo-AI. We now have a solid foundation based on DJL, the Deep Java Library. DJL gives us good access to both Pytorch and Tensorflow (and other deep learning engines where needed). It supports very usable ND Tensors, training of arbitrarily complicated models, and fast inference. So our needs should be well covered for the foreseeable future!

We will gradually have more and more documentation and learning material, but for now, to get a feel for how Kojo-AI works, take a look at the following:

The ai_fundamentals repo

Or the following examples in this repo:

You can check out screenshots of the above examples in action.

Getting Started

To start using Kojo-AI within Kojo, just use a published release.


This repository makes use of the following material:

Neural Style Transfer

Models and images from:

Images from:

Face ID

Models from:

About

Kojo AI, another take

License:GNU General Public License v3.0


Languages

Language:Scala 91.3%Language:Shell 8.7%