Skip to content

feldi/clj-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-tf

A Clojure library for using TensorFlow.

Still work in progress, like the TensorFlow Java API itself!

Getting started

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.

Usage

See examples.clj

Use these examples as blueprints for your own stuff.

License

Copyright © 2017 Peter Feldtmann and contributors

Distributed under the Eclipse Public License, the same as Clojure.

About

A Clojure library for using TensorFlow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published