Socket
Socket
Sign inDemoInstall

face-mask-detector

Package Overview
Dependencies
13
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    face-mask-detector

A library and command line utility for detecting face masks in images and video streams


Maintainers
1

Readme

face-mask-detector

PyPI - License contributions welcome PyPI - Versions

A library and command line utility for detecting face masks in images and video streams

Demo Gif

Install

As always, the use of a python virtual environment is recommended for a development setup:

python -m venv venv
source venv/bin/activate

To install using pip:

pip install face-mask-detector

Quick Start

To detect face masks in a image, run:

face-mask-detector --image path/to/image

To start your webcam and detect face masks in the video stream, run:

face-mask-detector

Contribute

I :heart: pull requests and defect reports - I welcome contributions of any kind!

To install face-mask-detector from source, clone this repository and run the following in the project root directory:

pip install -e '.[dev]'

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc