All Projects → SunitRoy2703 → Tensorflow-lite-kotlin-samples

SunitRoy2703 / Tensorflow-lite-kotlin-samples

Licence: Apache-2.0 License
📌This repo contains the kotlin implementation of TensorflowLite Example Android Apps🚀

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Tensorflow-lite-kotlin-samples

Selfie2Anime-with-TFLite
How to create Selfie2Anime from tflite model to Android.
Stars: ✭ 70 (+311.76%)
Mutual labels:  tensorflow-lite, tflite
Age-Gender Estimation TF-Android
Age + Gender Estimation on Android with TensorFlow Lite
Stars: ✭ 34 (+100%)
Mutual labels:  tensorflow-examples, tensorflow-lite
Open nsfw android
🔥🔥🔥色情图片离线识别,基于TensorFlow实现。识别只需20ms,可断网测试,成功率99%,调用只要一行代码,从雅虎的开源项目open_nsfw移植,该模型文件可用于iOS、java、C++等平台
Stars: ✭ 1,586 (+9229.41%)
Mutual labels:  tensorflow-examples, tensorflow-lite
glDelegateBench
quick and dirty inference time benchmark for TFLite gles delegate
Stars: ✭ 17 (+0%)
Mutual labels:  tensorflow-lite, tflite
TensorFlow Lite SSD RPi 64-bits
TensorFlow Lite SSD on bare Raspberry Pi 4 with 64-bit OS at 24 FPS
Stars: ✭ 25 (+47.06%)
Mutual labels:  tensorflow-examples, tensorflow-lite
glDelegateBenchmark
quick and dirty benchmark for TFLite gles delegate on iOS
Stars: ✭ 13 (-23.53%)
Mutual labels:  tensorflow-lite, tflite
android tflite
GPU Accelerated TensorFlow Lite applications on Android NDK. Higher accuracy face detection, Age and gender estimation, Human pose estimation, Artistic style transfer
Stars: ✭ 105 (+517.65%)
Mutual labels:  tensorflow-lite, tflite
E2E-tfKeras-TFLite-Android
End to end training MNIST image classifier with tf.Keras, convert to TFLite and deploy to Android
Stars: ✭ 17 (+0%)
Mutual labels:  tensorflow-lite, tflite
TFLite-Mobile-Generic-Object-Localizer
Python TFLite scripts for detecting objects of any class in an image without knowing their label.
Stars: ✭ 42 (+147.06%)
Mutual labels:  tensorflow-lite, tflite
haskell-tic-tac-toe
A multiplayer web real-time implementation of the famous Tic Tac Toe game in Haskell.
Stars: ✭ 51 (+200%)
Mutual labels:  example
ddd-example-ecommerce
Domain-driven design example in Java with Spring framework
Stars: ✭ 73 (+329.41%)
Mutual labels:  example
Examples Gtkmm
Shows how to use Gtkmm controls by programming code (c++17).
Stars: ✭ 23 (+35.29%)
Mutual labels:  example
vue-vuex-todomvc
Example TodoMVC Vue.js app with Vuex store and server backend via REST
Stars: ✭ 41 (+141.18%)
Mutual labels:  example
Object-Detection-Using-YOLO-v2-Deep-Learning
MATLAB example of deep learning based object detection using Yolo v2 with ResNet50 Base Network
Stars: ✭ 34 (+100%)
Mutual labels:  example
python-in-browser
🐍🛥🌟 Running Python in the browser with Batavia and Starlette
Stars: ✭ 12 (-29.41%)
Mutual labels:  example
golang-cognito-example
Golang example of using AWS Cognito APIs (Register, Login, Verify Phone, Refresh token)
Stars: ✭ 74 (+335.29%)
Mutual labels:  example
go-wasm-examples
Some small examples of using Go and WebAssembly
Stars: ✭ 22 (+29.41%)
Mutual labels:  example
laravel-docker-redis
Simple example: How to use laravel and redis using docker compose
Stars: ✭ 23 (+35.29%)
Mutual labels:  example
serverless-lighthouse-template
Run lighthouse audits from headless chrome in lambda.
Stars: ✭ 25 (+47.06%)
Mutual labels:  example
mooseware
💀 Skeleton for writing a middleware handler
Stars: ✭ 47 (+176.47%)
Mutual labels:  example

TensorflowLite Examples Kotlin

TFLite kotlin samples-3

GitHub issues GitHub forks GitHub stars


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!

Star ⭐️ this repo to support the project!

Example apps ⭐️

Bert QnA

This is an end-to-end example of BERT Question & Answer application built with TensorFlow 2.0, and tested on SQuAD dataset.

Developed by: Dhruv Nagarajan

Depth Estimation

An Android app which uses the MiDaS model to perform monocular depth estimation on RGB images directly. The app displays a depth map over the live camera feed and works for both the front and the rear cameras.

Contributed from: this repo

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: this repo

Image Segmentation

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: this repo

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: this repo

Pose Estimation

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. In this Camera captures are discarded immediately after use, nothing is stored or saved.

Added from: this repo

PoseNet

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: this repo

Recommedation 💥

This application built with TensorFlow 2.0, and the model is trained based on the public MovieLens dataset. The dataset and model is used for research purpose.

Developed by: Dhruv Nagarajan

Sound part 🎵

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

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

Added from: this repo

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: this repo

Text classification 📚

This is an end-to-end example of movie review sentiment classification built with TensorFlow 2.0 (Keras API), and trained on IMDB dataset. The demo app processes input movie review texts, and classifies its sentiment into negative (0) or positive (1).

Developed by: Sunit Roy

🔖 Zero DCE (incomplete)

Zero-Reference Deep Curve Estimation or Zero-DCE formulates low-light image enhancement as the task of estimating an image-specific tonal curve with a deep neural network.

Developed by: Sunit Roy

📌 Coming Soon!

📎On Device Training

📎Speech commands

📎Smart reply

📎Object detection

📎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 🤝

👋 Contributions are welcome, checkout contribution guidelines 📝

😈 Join our discord channel to discuss about the project:

💪Email : [email protected]

Contributors 👀

License

Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].