Skip to content

Latest commit

 

History

History
 
 

with-tfjs-camera

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

TensorFlow Camera example

Supports Expo iOS Supports Expo Android

Identify objects in real time using @tensorflow/tfjs, expo-camera, and expo-gl (for native acceleration).

🚀 How to use

npx create-react-native-app my-app -t with-tfjs-camera

  • Run yarn start or npm run start, open on a native device (simulator, emulator, and browser are not supported).
  • You can swap out @tensorflow-models/mobilenet for another TensorFlow model to achieve different results.

📝 Notes