This is a simple grpc set of microservices that can be used to serve kornia models. It is based on the farm_ng grpc framework: https://github.com/farm-ng/farm-ng-core
python3 -m venv venv
source venv/bin/activatepip install -r requirements.txtRun the following commands in separate terminals.
python -m cameraYou should see the sent messages in the terminal and the connected clients.
python -m inferencepython -m printerYou should see the received messages in the terminal with the image size.
./generate_proto.sh