A Clojure library for using TensorFlow.
Still work in progress, like the TensorFlow Java API itself!
Leiningen dependency information:
Add the following to your project.clj
file:
:dependencies [
[clj-tf "0.1.5"]
]
Clojars.org/repo has a size limit for uploaded artifacts of 20 MB. Therefore, I cannot provide some necessary things for one of the examples:
Try to get tensorflow_inception_graph.pb from the web: TensorFlow inception5h model and put it in the folder resources/inception.
See examples.clj
Use these examples as blueprints for your own stuff.
Copyright © 2017 Peter Feldtmann and contributors
Distributed under the Eclipse Public License, the same as Clojure.