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