A web application that demonstrate face mask detection functionality using OpenCV library for javascript. Based on Haar cascade to detect facial features such as nose eyes and mouth.
// 1. Clone Repository
git clone [email protected]:jkguidaven/facemask-detector-web.git
// 2. cd to project directory
cd facemask-detector-web
// 3. Install dependencies
yarn install
// 4. Build and run app
yarn start