tobegit3hub/tensorflow_template_application

Python gRPC server is not reachable

CLIsVeryOK opened this issue · 4 comments

Does this project support "Python gRPC server"? I open the link in the main page but found error 404.

The code of Python gRPC server has been removed since we can use TensorFlow Serving for gRPC interface easily.

I will update the README soon and sorry for the bothering.

can we use python to build a server so we can use our custom python library, the Tensorflow Serving is C++?

Of course we can. You can try simple_tensorflow_serving which is implemented in Python and we have plan to add gRPC backend in the future.

ok, thanks for your kind suggestion.