t73liu / tfjs-starter

TensorFlow.js application that uses MobileNet to detect objects.

Home Page:https://expo.io/@t73liu/tfjs-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Install NodeJS LTS
  2. Install Expo app on phone
  3. Clone the repository
  4. yarn install (or npm install)
  5. yarn start (or npm start)
  6. Set connection to Tunnel if not using LAN

Additional documentation can be found at https://docs.expo.io/versions/latest/.

Screenshots

Screenshot_20190925-222037

About

TensorFlow.js application that uses MobileNet to detect objects.

https://expo.io/@t73liu/tfjs-starter

License:MIT License


Languages

Language:JavaScript 100.0%