TensorflowLite Examples Kotlin

This repo contains the kotlin implementation of TensorflowLite Example Apps here, which are mostly implemented in java rightnow.
So if you like to see the kotlin, you can go through the repo!

⭐️ the repo to support the project!

Example apps

Digit classifier

End-to-end sample of a digit classifier model built with TensorFlow 2.0 (Keras API), and trained on MNIST dataset.

Added from: https://github.com/tensorflow/examples/tree/master/lite/examples

Image segmentaion

The used model, DeepLab is a state-of-art deep learning model for semantic image segmentation, where the goal is to assign semantic labels (e.g. person, dog, cat) to every pixel in the input image.

Added from: https://github.com/tensorflow/examples/tree/master/lite/examples

Optical character recognition

OCR is the process of recognizing characters from images using computer vision and machine learning techniques. This reference app demos how to use TensorFlow Lite to do OCR. It uses a text detection model and a text recognition model as a pipeline to recognize texts.

Added from: https://github.com/tensorflow/examples/tree/master/lite/examples

Pose esimation

This is an app that continuously detects the body parts in the frames seen by your device’s camera. These instructions walk you through building and running the demo on an Android device. Camera captures are discarded immediately after use, nothing is stored or saved.

Added from: https://github.com/tensorflow/examples/tree/master/lite/examples

Pose net

This is an app that continuously detects the body parts in the frames seen by your device’s camera. These instructions walk you through building and running the demo on an Android device. Camera captures are discarded immediately after use, nothing is stored or saved.

Added from: https://github.com/tensorflow/examples/tree/master/lite/examples

Sound classification

This Android application demonstrates how to classify sound on-device. It uses:

  • TFLite Task Library
  • YAMNet, an audio event classification model.

Added from: https://github.com/tensorflow/examples/tree/master/lite/examples

Style transfer

Artistic style transfer is an optimization technique used to take two images: a content image and a style reference image (such as an artwork by a famous painter) and blend them together so the output image looks like the content image, but “painted” in the style of the style reference image.

Added from: https://github.com/tensorflow/examples/tree/master/lite/examples

Coming Soon! ?

BERT qa

Text classification

Speech commands

Smart reply

Object detection

Recommedation

Model personalization

Super resolution

Gesture detection

Image classification

Reinforcement learning

Goals?

  • Adding all pre-existing example apps to the repo
  • Designing & Creating other apps using the new Task API
  • Designing & Creating example apps with the Interpreter, to show the implementation.
  • Maintaining the Apps

Contribute ❤️

You can just create new a new issue or mail me at [email protected]

GitHub

https://github.com/SunitRoy2703/Tensorflow-lite-samples-kotlin