https://github.com/kartikeyvaish/facedetector
Example app showing how to use the Expo FaceDetector package.
https://github.com/kartikeyvaish/facedetector
expo-face-detector facedetection react-native
Last synced: about 1 month ago
JSON representation
Example app showing how to use the Expo FaceDetector package.
- Host: GitHub
- URL: https://github.com/kartikeyvaish/facedetector
- Owner: kartikeyvaish
- License: mit
- Created: 2022-03-08T10:21:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T11:33:10.000Z (over 4 years ago)
- Last Synced: 2025-07-20T01:39:42.804Z (11 months ago)
- Topics: expo-face-detector, facedetection, react-native
- Language: TypeScript
- Homepage: https://github.com/kartikeyvaish/FaceDetector
- Size: 849 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://nodejs.org/en/).
During the developement process, I used node version `v16.13.0`. You can check your node version by running the following command:
```shell
node -v
```
### Step 2: Setup [React Native](https://reactnative.dev/docs/environment-setup) environment.
Follow the steps mentioned in the official documentation to setup the environment.
### Step 3: Install [Expo CLI](https://expo.dev/).
```shell
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