react-native-tensorflow-lite icon indicating copy to clipboard operation
react-native-tensorflow-lite copied to clipboard

A react native library for running Tensorflow Lite on Android.

Results 5 react-native-tensorflow-lite issues
Sort by recently updated
recently updated
newest added

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

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. ![image](https://user-images.githubusercontent.com/997157/51516882-82728800-1dde-11e9-8351-e3c5a853b841.png) I tried removing the `*4` on the ByteBuffer, but then I get a new error that just says `Error:...