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:
Or the following examples in this repo:
- Tensors
- Linear Regression
- Non Linear Regression
- Digit Classification (Mnist)
- Neural Style Transfer
- Face Verification
You can check out screenshots of the above examples in action.
To start using Kojo-AI within Kojo, just use a published release.
This repository makes use of the following material:
Models and images from:
- https://github.com/naoto0804/pytorch-AdaIN
- https://github.com/emla2805/arbitrary-style-transfer
- https://www.tensorflow.org/hub/tutorials/tf2_arbitrary_image_stylization
Images from:
Models from: