Logo

TensorFlow as a Service

General purpose framework to server TensorFlow models

A general purpose framework (written in Go) to serve TensorFlow models. It provides reach and flexible set of APIs to efficiently access your favorite TF models via HTTP interface. The TFaaS supports JSON and ProtoBuffer data-formats. The following set of APIs is provided: /upload to push your favorite TF model to TFaaS server /delete to delete your TF model from TFaaS server /models to view existing TF models on TFaaS server /json to serve TF model predictions in JSON data-format /proto to serve TF model predictions in ProtoBuffer data-format