Project Description
This project is a ObjectDetectionApp using MLKit and TensorFlow with React Native. The app allows to detect object by picking from gallery and clicking from camera. You can use pre-trained models for object detection or use models from TensorFlow Hub or train your custom model if required.
Step 1: Clone this repository.
Step 2: Go to the cloned repo and open it in terminal.
Step 3: Install the dependencies with $ yarn install
Step 4: Run the cd ios && pod install && cd ..
-
Open the project directory in to terminal
-
Run and build for either OS
-
Run iOS app
yarn run ios
-
Run Android app
yarn run android
-