File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# Tensorflow serving Node.js client
33
44## Description
5- Simple nodejs client to send images to a Tensorflow serving server
5+ Simple Node.js client to send images to a TensorFlow Serving server
66
77### Docker Build
88
@@ -15,13 +15,13 @@ docker build -t tensorflow-serving-docker-client .
1515Example for using a local image called turtle.jpg that is in your current path
1616
1717``` bash
18- docker run -ti -v $( pwd) :/image tensorflow-serving-docker-client --host=< tensorflow servering host> --port=9000 --image=/image/turtle.jpg
18+ docker run -ti -v $( pwd) :/image thefoo/ tensorflow-serving-docker-client --host=< tensorflow servering host> --port=9000 --image=/image/turtle.jpg
1919```
2020
2121Example for downloading a remote image from a url and deleting it afterward
2222
2323``` bash
24- docker run -ti tensorflow-serving-docker-client --host=< tensorflow servering host> --image=https://upload.wikimedia.org/wikipedia/commons/7/74/A-Cat.jpg -d
24+ docker run -ti thefoo/ tensorflow-serving-docker-client --host=< tensorflow servering host> --image=https://upload.wikimedia.org/wikipedia/commons/7/74/A-Cat.jpg -d
2525```
2626
2727### Run from source
You can’t perform that action at this time.
0 commit comments