ternaus / react_face_detection

Detect faces in react App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Detector with React and Tensorflow.js

Demo at https://react-face-detector.netlify.app/

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

About

Detect faces in react App.

License:Apache License 2.0


Languages

Language:TypeScript 76.4%Language:HTML 23.6%