nning / docker-tensorflow-label-image

Download and compile label_image example from tensorflow repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflow-label-image

This is a basic docker image that uses the tensorflow label_image example with the Inception v3 model for image classification.

Basic Usage

docker run --rm -v $(pwd)/example.jpg:/tmp/example.jpg nning2/label_image /tmp/example.jpg

About

Download and compile label_image example from tensorflow repository


Languages

Language:Dockerfile 78.2%Language:Shell 21.8%