https://github.com/kherrick/angular-x-face-detector
An example Angular app using x-face-detector.
https://github.com/kherrick/angular-x-face-detector
angular blazeface tensorflowjs wasm
Last synced: 2 months ago
JSON representation
An example Angular app using x-face-detector.
- Host: GitHub
- URL: https://github.com/kherrick/angular-x-face-detector
- Owner: kherrick
- Created: 2020-02-29T22:15:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T03:44:20.000Z (over 6 years ago)
- Last Synced: 2025-04-12T03:56:34.461Z (about 1 year ago)
- Topics: angular, blazeface, tensorflowjs, wasm
- Language: TypeScript
- Homepage: https://kherrick.github.io/angular-x-face-detector/
- Size: 506 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [angular-x-face-detector](https://kherrick.github.io/angular-x-face-detector/)
## About
An example built with Angular and the Web Component [x-face-detector](https://github.com/kherrick/x-face-detector).
## Development
```bash
git clone https://github.com/kherrick/angular-x-face-detector.git \
&& cd angular-x-face-detector \
&& npm i \
&& npm start
```
## Code scaffolding
Run `npm run ng -- generate component component-name` to generate a new component. You can also use `npm run ng -- generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `npm run build:prod` flag for a production build.
## Running unit tests
Run `npm run ng -- test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `npm run ng -- e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `npm run ng -- help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).