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

https://github.com/evanhalley/tensorandflow

Example code and graph for article on deploying a machine learning model in an Android app.
https://github.com/evanhalley/tensorandflow

android machine-learning tensorflow tensorflow-tutorials

Last synced: 10 months ago
JSON representation

Example code and graph for article on deploying a machine learning model in an Android app.

Awesome Lists containing this project

README

          

# Tensor & Flow

Contains all the necessary code to train a neural network based on the MNIST dataset and deploy that model in an Android app.
See [Tensor & Flow, Part 1: TensorFlow & Machine Learning on Android](https://emuneee.com/blog/2018/03/08/tensor_and_flow_pt_1/) for the full tutorial.