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/activate
pip install -r requirements.txt
Run the following commands in separate terminals.
python -m camera
You should see the sent messages in the terminal and the connected clients.
python -m inference
python -m printer
You should see the received messages in the terminal with the image size.
./generate_proto.sh