/tensorflow-serving-client

Python client to communicate with tensorflow-serving.

Primary LanguagePythonMIT LicenseMIT

Python client for communicating with tensorflow-serving.

Build Status PyPI version codecov

Getting started

Install dependencies and start the Docker container with:

script/up

Soruce install your Python virtualenv with:

script/env

Run tests with:

script/test

Upload a new version to PyPI with:

script/distribute

Query the running tensorflow-serving Docker container instance with:

tensorflow_serving_client --host localhost --port 9000 --image tests/fixtures/files/cat.jpg --model_spec mobilenet_v1