Python gRPC server is not reachable
CLIsVeryOK opened this issue · 4 comments
CLIsVeryOK commented
Does this project support "Python gRPC server"? I open the link in the main page but found error 404.
tobegit3hub commented
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.
CLIsVeryOK commented
can we use python to build a server so we can use our custom python library, the Tensorflow Serving is C++?
tobegit3hub commented
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.
CLIsVeryOK commented
ok, thanks for your kind suggestion.