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

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.

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).