react-native-tflite
react-native-tflite copied to clipboard
Tensorflow Lite for React Native (now just support ios)
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