Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 485 Bytes

File metadata and controls

26 lines (17 loc) · 485 Bytes

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