https://github.com/nning/docker-tensorflow-label-image
Download and compile label_image example from tensorflow repository
https://github.com/nning/docker-tensorflow-label-image
Last synced: 6 months ago
JSON representation
Download and compile label_image example from tensorflow repository
- Host: GitHub
- URL: https://github.com/nning/docker-tensorflow-label-image
- Owner: nning
- Created: 2017-06-12T20:55:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T21:21:02.000Z (almost 6 years ago)
- Last Synced: 2025-02-08T05:16:12.530Z (over 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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