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.
- Host: GitHub
- URL: https://github.com/sambhav2612/face
- Owner: sambhav2612
- License: mit
- Created: 2018-06-26T16:09:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T22:43:47.000Z (over 2 years ago)
- Last Synced: 2025-01-22T01:36:29.719Z (4 months ago)
- Topics: face-detection, face-recognition, real-time
- Language: JavaScript
- Homepage:
- Size: 387 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)