Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 610 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 610 Bytes

ImageClassifier

Library that helps use Tensorflow for image classification in Elixir.

Read for details in blog post.

Installation

The package can be installed by adding image_classifier to your list of dependencies in mix.exs:

def deps do
  [
    {:image_classifier, "~> 1.0.0"}
  ]
end

The docs can be found at https://hexdocs.pm/image_classifier.