This package provides inference bindings for Tensorflow and H2O.ai. The module directory contains a pretrained set of ready to use models.
- bazel
- swig
- python
- maven
For Linux:
wget https://github.com/bazelbuild/bazel/releases/download/0.4.5/bazel-0.4.5-installer-linux-x86_64.sh
sudo bash bazel-0.4.5-installer-linux-x86_64.sh
exit
For Linux:
sudo apt-get install swig
For Mac:
brew install swig
For Linux:
sudo apt install maven
For Mac:
brew install maven
From the main project directory run ./gradlew clean tensorflowCompile
to build the so
and jar
TensorFlow files. This can take several minutes.
Go back to the top-level directory of the deepwater repo, and follow the directions there.