/maskon-maskoff

Helping indoor spaces understand how well their mask-wearing guidelines are being followed

Primary LanguagePythonMIT LicenseMIT

Mask On, Mask Off

Mask On, Mask Off analyzes images to identify faces and masks.

Installation

Create a Python virtual environment, switch to it, and install dependencies.

python3 -m venv venv
. ./venv/bin/activate
pip3 install -r requirements.txt