Skip to content

🚀 A simple and easy to use package for interacting with the TensorFlow Serving server

License

Notifications You must be signed in to change notification settings

ismailuddin/tfserving_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Serving Manager

A simple easy to use API for interacting with the TensorFlow Serving server to make predictions and load configuration files

Installation

First clone the repository, and then install using the command:

$   pip install .

Usage

Refer to the notebooks for examples of how to use the package.

Functions are provided to interact with both the RESTful API endpoints, as well as the gRPC API endpoints.

Documentation

Source files can be generated using the command:

$   sphinx-apidoc -o source ../tfserving_manager

Documentation can then be built using the Makefile. First, run make html inside the docs/ directory. Then, launch a server inside docs/build/html using the command python -m http.server.

About

🚀 A simple and easy to use package for interacting with the TensorFlow Serving server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published