Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inovex/tensorflow-train-to-mobile-tutorial
- Owner: inovex
- License: mit
- Created: 2018-04-23T09:51:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T14:24:08.000Z (almost 7 years ago)
- Last Synced: 2024-09-27T21:04:18.728Z (4 months ago)
- Topics: deep-learning, machine-learning, mobile, mobile-app, mobile-development, tensorflow, tensorflow-experiments, tensorflow-tutorials
- Language: Python
- Homepage:
- Size: 704 KB
- Stars: 9
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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