Skip to content

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.

License

Notifications You must be signed in to change notification settings

jkguidaven/facemask-detector-web

Repository files navigation

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 [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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published