A simple gRPC Demo
packages:
grpcio
grpcio-tools
numpy
install command:
python -m pip install grpcio grpcio-tools numpy
- clone this repository and cd to it's root directory:
git clone git@github.com:aiLiwensong/grpc_face_recognition.git
cd grpc_face_recognition
-
start server:
python examples/run_server.py
-
run client to test:
python examples/run_client.py