0.0.0 • Published 4 years ago
react-native-pytorch v0.0.0
react-native-pytorch
Getting started
$ npm install react-native-pytorch --save
Usage
import RNPytorch from 'react-native-pytorch';
// blurry and words as assets
await RNPytorch.loadModel('blurry', 'words')
const result = await RNPytorch.predict(response.uri);