Library that helps use Tensorflow for image classification in Elixir.
Read for details in blog post.
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.