Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inovex/tensorflow-train-to-mobile-tutorial

Code for the reproduction of the results of the TensorFlow for Mobile blog series by inovex GmbH
https://github.com/inovex/tensorflow-train-to-mobile-tutorial

deep-learning machine-learning mobile mobile-app mobile-development tensorflow tensorflow-experiments tensorflow-tutorials

Last synced: 4 months ago
JSON representation

Code for the reproduction of the results of the TensorFlow for Mobile blog series by inovex GmbH

Awesome Lists containing this project

README

        

# TensorFlow Train To Mobile Tutorial

This repository contains the code for the reproduction of the results of the *'TensorFlow Train To Mobile'* blog series by inovex GmbH.

#### Blogposts:

Software used inside the repository:

* [TensorFlow Models from the TensorFlow Authors](https://github.com/tensorflow/models) // Apache License Version 2.0
* [TFRecords creation by Kwotsin](https://github.com/kwotsin/create_tfrecords) // MIT License
* [Graph freezing script from the TensorFlow Authors](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/tools/freeze_graph.py) // Apache License Version 2.0
* [Label image script from the TensorFlow Authors](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/label_image/label_image.py) // Apache License Version 2.0