The following project is the binding of the Tensorflow library for the Luna programming language.
git clone https://github.com/Luna-Tensorflow/Luna-Tensorflow.git
cd API/Tensorflow/native_libs
mkdir build
cd build
cmake ../src
make
On Windows, alternatively you can open FFiExample/native_libs/src in CLion and build it using built-in CMake. Then you can launch Main.luna in the Luna Studio or from command line:
cd API/Tensorflow
luna run