Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

example code that shows how to export a model in Python and import that model in Go

License

Notifications You must be signed in to change notification settings

travelaudience/tensorflow-export-import-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training tensorflow models in Python. Serving with Golang.

Example code to setup, train and export a basic tensorflow model in Python and then import that model in Go and start predicting.

Usage

tensorflow needs to be installed in your Python and Go environment. For Python pip install -r requirements is enough. For Go, please refer to https://www.tensorflow.org/install/install_go

To run the example code, just do:

 python example.py
 go run example.go

About

example code that shows how to export a model in Python and import that model in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published