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: 3 months ago
JSON representation
TensorFlow.js application that uses MobileNet to detect objects.
- Host: GitHub
- URL: https://github.com/t73liu/tfjs-starter
- Owner: t73liu
- License: mit
- Created: 2019-09-26T05:33:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T14:50:37.000Z (about 3 years ago)
- Last Synced: 2025-06-20T20:54:06.934Z (6 months ago)
- Topics: expo, javascript, react-native, tensorflow
- Language: JavaScript
- Homepage: https://expo.io/@t73liu/tfjs-starter
- Size: 1.38 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-react-native - TensorFlow.js Starter - TensorFlow.js starter app using MobileNet to predict image class. 🌎 [Blog post](t73liu.github.io/posts/experimenting-with-tfjs/) for additional context. (Open Source Apps / Other Platforms)
- awesome-react-native - TensorFlow.js Starter - TensorFlow.js starter app using MobileNet to predict image class. [Blog post](https://t73liu.github.io/posts/experimenting-with-tfjs/) for additional context. (Open Source Apps / Other Platforms)
- awesome-react-native - TensorFlow.js Starter - TensorFlow.js starter app using MobileNet to predict image class. [Blog post](https://t73liu.github.io/posts/experimenting-with-tfjs/) for additional context. (Open Source Apps / Other Platforms)
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
