Skip to content

velimir/image_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.