Demo of how to use the useFaceDetection hook from react-use-face-detection - this project consists of both examples of detecting faces in an HTMLImageElement and a video source from react-webcam
- Locate the repository root directory in terminal/bash
- Install dependencies
yarn install
- Start development server
yarn dev
yarn lint
yarn format
yarn lint:fix
yarn build
- ReactJS v17 - Frontend Javascript web framework
- TypeScript - Open-source language which builds on JavaScript
- react-use-face-detection - React Face detection hook library
- react-webcam - Webcam library
- MediaPipe Face Detection - ML Model library
- MediaPipe Camera Utils - Camera Utility for ML Model library
- Irvin Ives Lau - lauirvin
- https://www.irviniveslau.com