Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 607 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 607 Bytes

facemask-detector-web

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.

Prerequisites

  • Node (at least the latest LTS)
  • Yarn (at least 1.0)

To build and start app

// 1. Clone Repository
git clone git@github.com: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