simple-gRPC Writing simple unary RPC for computer vision applications with gRPC in Python Article: https://medium.com/@furcifer/writing-simple-unary-rpc-for-machine-learning-applications-with-grpc-in-python-8c26e2065f7b To run Install dependencies pip install pipdeptree cd <your project root> pipdeptree python server.py python client.py