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.
- Host: GitHub
- URL: https://github.com/ternaus/react_face_detection
- Owner: ternaus
- License: apache-2.0
- Created: 2021-09-21T21:22:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T18:58:28.000Z (over 3 years ago)
- Last Synced: 2025-04-11T16:24:24.990Z (about 2 months ago)
- Topics: faceapi-js, react, react-bootstrap, tensorflowjs, typescript
- Language: TypeScript
- Homepage:
- Size: 3.46 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)

It was challenging to find online an example of:
1. React
2. Typescript
3. Tensorflow.js
4. Drawing the result on Canvasin one place. Hence, I created this repo for future reference.
## Install
```
npm install
```## Start in development mode
```
npm start
```