Experimental Tensorflow bindings for Elixir
Disclaimer: This is pre-alpha software and many parts are not functional. It's highly recommended you do not use this in a production environment.
Steps:
$ export LIBTENSORFLOW_PATH=/usr/lib
tensortastic
to your list of dependencies in mix.exs
:def deps do
[{:tensortastic, "~> 0.0.3"}]
end
mix deps.get
tensortastic
is started before your application:def application do
[applications: [:tensortastic]]
end