https://github.com/patwie/tensorflow-serving-lite
TensorFlow-Serving-Lite written in Go
https://github.com/patwie/tensorflow-serving-lite
golang tensorflow tensorflow-serving
Last synced: 6 months ago
JSON representation
TensorFlow-Serving-Lite written in Go
- Host: GitHub
- URL: https://github.com/patwie/tensorflow-serving-lite
- Owner: PatWie
- Created: 2018-08-28T20:37:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T18:18:58.000Z (about 7 years ago)
- Last Synced: 2025-02-10T02:24:31.620Z (8 months ago)
- Topics: golang, tensorflow, tensorflow-serving
- Language: Go
- Homepage:
- Size: 153 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Just an attempt to build a light-weight TensorFlow-Serving alternative in Go
Prepare the model by running `training/create.py`.
Now this model can be served either by `tensorflow-serving` using
```console
server@host $ cd server/tensorflow-serving
server@host $ ./run.sh
```or
```console
server@host $ cd server/tensorflow-serving-lite
server@host $ go build tensorflow-serving-lite.go && ./tensorflow-serving-lite
```TensorFlow-Serving-Lite has currently hard-coded end-points.