/grpc_face_recognition

gRPC Demo: Taking facial recognition as an example

Primary LanguagePython

gRPC Face Recognition

A simple gRPC Demo

requirements:

packages:

grpcio
grpcio-tools
numpy

install command:

python -m pip install grpcio grpcio-tools numpy

Usage:

  1. clone this repository and cd to it's root directory:
git clone git@github.com:aiLiwensong/grpc_face_recognition.git
cd grpc_face_recognition
  1. start server:

    python examples/run_server.py

  2. run client to test:

    python examples/run_client.py