ruby-tensorflow icon indicating copy to clipboard operation
ruby-tensorflow copied to clipboard

This repository contains Ruby API for TensorFlow.

ruby-tensorflow

Build Status Join the chat at https://gitter.im/ankurayadav/ruby-tensorflow

This repository contains Ruby API for utilizing Google's machine learning library TensorFlow.

PREREQUISITES

Install Bazel

Follow instructions here to install the dependencies for bazel. Then download the latest stable bazel version using the installer for your system and run the installer as mentioned there:

$ chmod +x PATH_TO_INSTALL.SH
$ ./PATH_TO_INSTALL.SH --user

Install other dependencies

$ sudo apt-get install swig

Get Started

Install gem dependencies:

$ bundle install

And then execute:

$ rake install

Then test the gem:

$ rake test