An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          





Build Status


License

# 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
```