Car Plate Recognition service with gRPC. Hipster way.
387
docker run -it corebug/carplate:latest
docker build -t corebug/carplate:latest .
First, install OpenALPR and protobuf. Then perform:
go get -u github.com/golang/protobuf/protoc-gen-go
go generate ./...
go get ./...
go build -o server ./recognitionServer/main.go
go build -o client ./recognitionClient/main.go
kubectl create -f kubernetes/carPlate.yaml
Please note that server location is hardcoded in recognitionClient/main.go.
cat your_image.jpg | ./client
Content type
Image
Digest
Size
153.2 MB
Last updated
over 8 years ago
docker pull corebug/carplate