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

https://github.com/sambhav2612/face

:rocket: [WIP] Real-time face recognition system for protecting everyday employees from identity theft.
https://github.com/sambhav2612/face

face-detection face-recognition real-time

Last synced: 2 months ago
JSON representation

:rocket: [WIP] Real-time face recognition system for protecting everyday employees from identity theft.

Awesome Lists containing this project

README

        

# face

Real-time face recognition system for protecting everyday employees from identity theft.

## v0.0.4 changelog

Add Webpack.

**Expected update in v0.0.5**- Add a github bot to automate build and deploy process on Now.sh using webpack.

## Dependencies

- Webcam.js
- Tensorflow.js
- Now CLI
- GraphQL
- Babel, Apollo and Webpack
- Python 3.6 and Pipenv

## Setup

```sh
$ git clone https://github.com/sambhav2612/face.git
$ cd face
$ npm ci # or npm install
$ npm start
# enter following command to build
$ npm build
# enter following command to deploy to now.sh
$ npm deploy
```

## Usage

TODO

### License

© 2018 Sambhav Jain under MIT License [(https://sambhav2612.mit-license.org)](https://sambhav2612.mit-license.org)