https://github.com/jonanv/facialrecognition_reactnative
App of facial recognition with React Native using camera
https://github.com/jonanv/facialrecognition_reactnative
javascript react-native
Last synced: 3 months ago
JSON representation
App of facial recognition with React Native using camera
- Host: GitHub
- URL: https://github.com/jonanv/facialrecognition_reactnative
- Owner: jonanv
- Created: 2019-10-22T04:33:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:20:03.000Z (over 3 years ago)
- Last Synced: 2025-01-10T05:39:42.728Z (over 1 year ago)
- Topics: javascript, react-native
- Language: Objective-C
- Homepage:
- Size: 972 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# facialrecognition_reactnative
App of facial recognition with React Native using camera
# Creating a new application
```
npx react-native init NameProyect
```
# Install dependences
````
npm install
````
or
```
yarn install
```
# Start in iOS
```
react-native run-ios
```
# Start in Android
```
react-native run-android
```