Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/t73liu/tfjs-starter

TensorFlow.js application that uses MobileNet to detect objects.
https://github.com/t73liu/tfjs-starter

expo javascript react-native tensorflow

Last synced: 28 days ago
JSON representation

TensorFlow.js application that uses MobileNet to detect objects.

Lists

README

        

# [TensorFlow.js React Native Starter](https://expo.io/@t73liu/tfjs-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](https://github.com/tensorflow/tfjs/tree/master/tfjs-react-native).

## Setup

1. Install [NodeJS LTS](https://nodejs.org/en/)
2. Install Expo app on phone
- [iTunes](https://apps.apple.com/ug/app/expo-client/id982107779)
- [Play Store](https://play.google.com/store/apps/details?id=host.exp.exponent)
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](https://user-images.githubusercontent.com/5432907/65660286-21412b00-dfe3-11e9-980d-d8b0955358f7.png)