GithubHelp home page GithubHelp logo

airenas / go-tf-serving-protogen Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.85 MB

Simplify TensorFlow Serving integration in Go with streamlined Protocol Buffers handling. Aligns seamlessly with TensorFlow releases, offering compatibility, and ease, of use

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.24% Go 99.76%

go-tf-serving-protogen's Introduction

go-tf-serving-protogen

Welcome to the go-tf-serving-protogen repository, where I make TensorFlow Serving and Protobufs in Go a little less intimidating.

Versioning

The versioning of this library aligns with TensorFlow versions to provide clarity on compatibility:

Compatibility Matrix

Here's a simple compatibility matrix to help you choose the right version based on your TensorFlow Serving version:

Library Version TensorFlow/Serving Compatibility
v2.14.1 2.14.1
v2.14.0 2.14.0
v2.13.0 2.13.0
v2.12.0 2.12.0
v2.11.0 2.11.0
v2.10.0 2.10.0

Installation

go get github.com/airenas/go-tf-serving-protogen/v2
## or better 
go get github.com/airenas/go-tf-serving-protogen/v2@<tf-serving-version>

Generating protoc code for new version

Requirements

Just:

  • git
  • make
  • docker
  • go

When preparing for a new TensorFlow version, follow these steps:

## select version
export tfserving_version=2.14.0

## generate code
make clean generate tf=${tfserving_version}

## comit code and do 
git tag v${tfserving_version}
git push origin v${tfserving_version}

Examples

Explore the library usage by checking out the examples folder.

Contributing

I welcome contributions! If you encounter issues or have ideas for improvements, please feel free to open an issue or submit a pull request.

go-tf-serving-protogen's People

Contributors

airenas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.