https://github.com/kaka-lin/react-native-tflite
Tensorflow Lite for React Native (now just support ios)
https://github.com/kaka-lin/react-native-tflite
react-native tensorflow-lite
Last synced: about 1 year ago
JSON representation
Tensorflow Lite for React Native (now just support ios)
- Host: GitHub
- URL: https://github.com/kaka-lin/react-native-tflite
- Owner: kaka-lin
- License: mit
- Created: 2017-12-27T03:12:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T10:39:08.000Z (about 7 years ago)
- Last Synced: 2025-03-23T18:52:31.805Z (over 1 year ago)
- Topics: react-native, tensorflow-lite
- Language: Objective-C++
- Homepage:
- Size: 3 MB
- Stars: 20
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/lite/g3doc/ios.md) to get integrate a TFLite model into your app.
## 4. Usage
```javascript
import { RNTFLiteView } from 'react-native-tflite';
class App extends Component {
render() {
return (
);
}
}
```
# Notice
Release mode need `ios 9.0` up