Testing the Tensorflowjs library for React Native
This application allows you to take a picture with your phone and detect the object with the help of Tensorflowjs. It uses the model mobilenet from tensorflowjs-models. It also loads a local model and makes a fixed prediction.
Install the dependencies
npm install
And start the application
npm run android
and
npm start