Skip to content

dodrios/mask-detector

Repository files navigation

Steps To Follow

  1. Clone the repo
git clone https://github.com/dodrios/mask-detector.git
  1. Change your directory to the cloned repo
cd mask-detector
  1. Create a Python virtual environment named 'env'
python -m venv env
  1. Activate the virtual environment
.\env\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt
  1. Start
python detect_mask_video.py