react-native-tensorflow-lite
react-native-tensorflow-lite copied to clipboard
A react native library for running Tensorflow Lite on Android.
Hey! I'm getting the following error and I'm not sure if this means there's an out of memory issue because it seems like it would state that error outright? Has...
TypeError: undefined is not an object (evaluating 'RNTFLiteImageRecognition.createImageRecongizer')
import React, { Component } from 'react' import { StyleSheet, View, Text, Image, TouchableOpacity } from 'react-native' import { TFLiteImageRecognition } from 'react-native-tensorflow-lite' export default class App extends Component {...
Tensorflow lite claims to support iOS. Is supporting iOS a goal for this project? Would a pr be welcome for iOS? Update: I see there is an iOS directory. Maybe...
First off, thank you for this wonderful bit of code! I see you've created an image identifier class, but the library is to wrap all of tensorflow lite. So I...
Looks like the quantized int model is 1/4th the size.  I tried removing the `*4` on the ByteBuffer, but then I get a new error that just says `Error:...