All Projects → kaka-lin → react-native-tflite

kaka-lin / react-native-tflite

Licence: MIT License
Tensorflow Lite for React Native (now just support ios)

Programming Languages

Objective-C++
1391 projects
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to react-native-tflite

glDelegateBenchmark
quick and dirty benchmark for TFLite gles delegate on iOS
Stars: ✭ 13 (-35%)
Mutual labels:  tensorflow-lite
play with tflite
Sample projects for TensorFlow Lite in C++ with delegates such as GPU, EdgeTPU, XNNPACK, NNAPI
Stars: ✭ 222 (+1010%)
Mutual labels:  tensorflow-lite
pico-mnist
Number recognition with MNIST on Raspberry Pi Pico + TensorFlow Lite for Microcontrollers
Stars: ✭ 44 (+120%)
Mutual labels:  tensorflow-lite
Face-Recognition-Flutter
Realtime face recognition with Flutter
Stars: ✭ 111 (+455%)
Mutual labels:  tensorflow-lite
E2E-tfKeras-TFLite-Android
End to end training MNIST image classifier with tf.Keras, convert to TFLite and deploy to Android
Stars: ✭ 17 (-15%)
Mutual labels:  tensorflow-lite
NARUTO-HandSignDetection
物体検出を用いてNARUTOの印(子~亥、壬、合掌)を検出するモデルとサンプルプログラムです。このリポジトリでは、YOLOXを使用しています(This is a model and sample program that detects NARUTO's hand sign using object detection. This repository use YOLOX.)
Stars: ✭ 186 (+830%)
Mutual labels:  tensorflow-lite
rpi-urban-mobility-tracker
The easiest way to count pedestrians, cyclists, and vehicles on edge computing devices or live video feeds.
Stars: ✭ 75 (+275%)
Mutual labels:  tensorflow-lite
tflite flutter helper
TensorFlow Lite Flutter Helper Library
Stars: ✭ 85 (+325%)
Mutual labels:  tensorflow-lite
Keras-Android-XOR
How to run a Keras model on Android using Tensorflow API.
Stars: ✭ 32 (+60%)
Mutual labels:  tensorflow-lite
mruby-tflite
MRuby binding for TensorFlow Lite
Stars: ✭ 14 (-30%)
Mutual labels:  tensorflow-lite
tensorflow-vast
TensorFlow binding library for VA Smalltalk
Stars: ✭ 13 (-35%)
Mutual labels:  tensorflow-lite
coral-pi-rest-server
Perform inferencing of tensorflow-lite models on an RPi with acceleration from Coral USB stick
Stars: ✭ 49 (+145%)
Mutual labels:  tensorflow-lite
MobileNetV2-PoseEstimation
Tensorflow based Fast Pose estimation. OpenVINO, Tensorflow Lite, NCS, NCS2 + Python.
Stars: ✭ 99 (+395%)
Mutual labels:  tensorflow-lite
TensorFlow Lite SSD RPi 64-bits
TensorFlow Lite SSD on bare Raspberry Pi 4 with 64-bit OS at 24 FPS
Stars: ✭ 25 (+25%)
Mutual labels:  tensorflow-lite
SketchRecognition
Model and Android app for sketch recognition using Google's quickdraw dataset
Stars: ✭ 28 (+40%)
Mutual labels:  tensorflow-lite
AgroDocRevamp
Agro Doc is basically an app that will help farmers easily pinpoint their crop diseases using their smartphones. The app uses a pre trained tensorflow model to identify issues and then suggest possible cures for the crop infections/diseases. #AndroidDevChallenge
Stars: ✭ 21 (+5%)
Mutual labels:  tensorflow-lite
Selfie2Anime-with-TFLite
How to create Selfie2Anime from tflite model to Android.
Stars: ✭ 70 (+250%)
Mutual labels:  tensorflow-lite
Tensorflow-lite-kotlin-samples
📌This repo contains the kotlin implementation of TensorflowLite Example Android Apps🚀
Stars: ✭ 17 (-15%)
Mutual labels:  tensorflow-lite
BodyPoseEstimationAndroid
🙋‍♂️Use Body Pose Estimation to perform pose matching on Android
Stars: ✭ 15 (-25%)
Mutual labels:  tensorflow-lite
TFLite-Mobile-Generic-Object-Localizer
Python TFLite scripts for detecting objects of any class in an image without knowing their label.
Stars: ✭ 42 (+110%)
Mutual labels:  tensorflow-lite

react-native-tflite

Tensorflow Lite for React Native

Now: just suport for ios

Getting started

1. Install

$ npm install react-native-tflite -save

2. Link

$ react-native link react-native-tflite

3. Use the Tensorflow Lite

Follow the documentation here to get integrate a TFLite model into your app.

4. Usage

import { RNTFLiteView } from 'react-native-tflite';

class App extends Component {
  render() {
    return (
      <RNTFLiteView />
    );
  }
}

Notice

Release mode need ios 9.0 up

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].