Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 458 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 458 Bytes

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