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

https://github.com/khanhlvg/digitclassifier

A end-to-end demo of how to build train a digit classifier using TensorFlow 2.0 (Keras API), then convert the model to TensorFlow Lite, and run inference on mobile apps
https://github.com/khanhlvg/digitclassifier

computer-vision keras tensorflow

Last synced: about 2 months ago
JSON representation

A end-to-end demo of how to build train a digit classifier using TensorFlow 2.0 (Keras API), then convert the model to TensorFlow Lite, and run inference on mobile apps

Awesome Lists containing this project

README

          

# Digit Classifier
This repository contains an end-to-end sample of a digit classifier model built with TensorFlow 2.0 (Keras API), and trained on MNIST dataset.

* Python Notebook showing how to train the model and convert to TensorFlow Lite format.
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/khanhlvg/DigitClassifier/blob/master/notebook/mnist_tflite.ipynb)
* An [Android app](android/) that uses the TensorFlow Lite model to classify your handwritten digits.

![Screenshot](images/screenshot.png)