tf-serving-js-web

Compiled TF serving protobufs in javascript for use in GRPC Web

Usage no npm install needed!

<script type="module">
  import tfServingJsWeb from 'https://cdn.skypack.dev/tf-serving-js-web';
</script>

README

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=.