Skip to content

kartikeyvaish/FaceDetector

Repository files navigation

Face Detector

This is an Example app to show usage for Expo Face Detector.

Snack Link

Here's a snack link for you to try out: https://snack.expo.dev/@kartikeyvaish/facedetector

Development Setup

Step 1: Install Node.js from the Node.js official website.

During the developement process, I used node version v16.13.0. You can check your node version by running the following command:

node -v

Step 2: Setup React Native environment.

Follow the steps mentioned in the official documentation to setup the environment.

Step 3: Install Expo CLI.

npm install -g expo-cli

Step 3: Clone the repository

git clone https://github.com/kartikeyvaish/FaceDetector

Step 4: Install dependencies

cd FaceDetector

expo install

Step 5: Running the application

expo start

Results