Awesome
TensorFlow.js React Native Starter
This is a simple application built using Expo and TensorFlow.js. It uses MobileNet to predict the object in the selected picture.
This project is based on the example code provided by tfjs-react-native.
Setup
- Install NodeJS LTS
- Install Expo app on phone
- Clone the repository
yarn install
(ornpm install
)yarn start
(ornpm start
)- Set connection to Tunnel if not using LAN
Additional documentation can be found at https://docs.expo.io/versions/latest/.