You will need to install Tensorflow. This
can be done via pip
in most cases:
$ pip install tensorflow
You can also install tensorflow-gpu
, but GPU support doesn't matter since
we're only creating a model and not training it.
You can install the lukai
library via pip
as well.
$ pip install lukai
You'll need to make sure you have a recent version of Go installed.
The Go client requires Tensorflow for Go.
Once you have Tensorflow installed you can actually install the library via
go get
.
$ go get -u github.com/luk-ai/lukai