All Projects → travelaudience → tensorflow-export-import-example

travelaudience / tensorflow-export-import-example

Licence: MIT license
example code that shows how to export a model in Python and import that model in Go

Programming Languages

python
139335 projects - #7 most used programming language
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to tensorflow-export-import-example

Terraintoolsamples
Unity has archived the TerrainToolSamples repository. For future development, please use the Terrain Tools package.
Stars: ✭ 195 (+712.5%)
Mutual labels:  archived
microsoft-teams-faqplusplus-app
DEPRECATED - This repository contains a deprecated version of the FAQ Plus app template. Please see the README file for more details and a link to the new repository
Stars: ✭ 47 (+95.83%)
Mutual labels:  archived
athenz-client-sidecar
Moved to https://github.com/AthenZ/athenz-client-sidecar
Stars: ✭ 14 (-41.67%)
Mutual labels:  archived
Sphero Ios Sdk
🚫 DEPRECATED: Sphero™ is the amazing robotic ball ( sphero.com ) created by Orbotix, this is the repository for the iOS SDK for Sphero™. Visit dev site for more information:
Stars: ✭ 232 (+866.67%)
Mutual labels:  archived
react-virtual-keyboard
Use jQuery Virtual Keyboard in react.js
Stars: ✭ 44 (+83.33%)
Mutual labels:  archived
google-pacman
Code of Google.com Homepage on the PAC-MAN's 30th Birthday!
Stars: ✭ 37 (+54.17%)
Mutual labels:  archived
Terrapin
Serving system for batch generated data sets
Stars: ✭ 168 (+600%)
Mutual labels:  archived
cartesian ros control
DEPRECATED: A set of packages to bring Cartesian control functionality to the ROS-control framework.
Stars: ✭ 33 (+37.5%)
Mutual labels:  archived
kibana4-vagrant
This is a vagrant virtual machine with an Kibana 4 (and ElasticSearch) instance. It belongs to a Kibana 4 tutorial on the following URL:
Stars: ✭ 39 (+62.5%)
Mutual labels:  archived
cliff-effects
Cliff effects guidance prototype (archived)
Stars: ✭ 30 (+25%)
Mutual labels:  archived
Angular2 Adminlte
DEPRECATED An Angular 4 version of the AdminLTE theme
Stars: ✭ 239 (+895.83%)
Mutual labels:  archived
code-gov-style
Deprecated - Style for code.gov including buttons, banners, and cards
Stars: ✭ 12 (-50%)
Mutual labels:  archived
XpringKit
XpringKit provides a Swift SDK for interacting with Xpring Protocols (XRP/PayID/ILP). This library is deprecated.
Stars: ✭ 23 (-4.17%)
Mutual labels:  archived
Commoncrawl Crawler
The Common Crawl Crawler Engine and Related MapReduce code (2008-2012)
Stars: ✭ 201 (+737.5%)
Mutual labels:  archived
p3.archived
p3
Stars: ✭ 18 (-25%)
Mutual labels:  archived
Sketch Toolbox
DEPRECATED: A plugin manager for Sketch.app
Stars: ✭ 2,159 (+8895.83%)
Mutual labels:  archived
nl.fokkezb.loading
The widget provides a simple loading mask that can be easily styled and configured.
Stars: ✭ 96 (+300%)
Mutual labels:  archived
waci-presentation-exchange
Wallet And Credential Interactions for Presentation Exchange (Work continues at decentralized-identity/waci-didcomm#1 )
Stars: ✭ 16 (-33.33%)
Mutual labels:  archived
Sphero-Win-SDK
🚫 DEPRECATED: Sphero SDK for Win 8.1+ using RFCOMM
Stars: ✭ 36 (+50%)
Mutual labels:  archived
contentstats
DEPRECATED – See how many entries have been created for channels and structures in your Craft CMS website.
Stars: ✭ 29 (+20.83%)
Mutual labels:  archived

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].