1.0.1 • Published 5 years ago

tf-serving-js-web v1.0.1

Weekly downloads
10
License
CC
Repository
github
Last release
5 years ago

Tensorflow Serving Javascript Web

Compiled TF serving protobufs in javascript for use in GRPC Web

Command to compile proto from some path inside serving repository. Replace core/*.proto with the appropriate path. protoc ./tensorflow_serving/core/*.proto --js_out=import_style=commonjs:js --grpc-web_out=import_style=commonjs,mode=grpcwebtext:js --proto_path=.