Skip to content

ternaus/react_face_detection

Repository files navigation

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