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

https://github.com/ternaus/react_face_detection

Detect faces in react App.
https://github.com/ternaus/react_face_detection

faceapi-js react react-bootstrap tensorflowjs typescript

Last synced: about 2 months ago
JSON representation

Detect faces in react App.

Awesome Lists containing this project

README

        

# Face Detector with React and Tensorflow.js

Demo at [https://react-face-detector.netlify.app/](https://react-face-detector.netlify.app/)

![](https://habrastorage.org/webt/rs/bv/jt/rsbvjtkakpnlda69bhdbo35lfty.png)

It was challenging to find online an example of:

1. React
2. Typescript
3. Tensorflow.js
4. Drawing the result on Canvas

in one place. Hence, I created this repo for future reference.

## Install

```
npm install
```

## Start in development mode

```
npm start
```