dhyan / ruby-tensorflow

This repository contains Ruby API for TensorFlow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This repository contains Ruby API for TensorFlow.

License:Apache License 2.0


Languages

Language:C++ 94.8%Language:Ruby 5.0%Language:Shell 0.2%