Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 299 Bytes

File metadata and controls

13 lines (7 loc) · 299 Bytes

Mask Detector

To run this program on your computer you need Python 3 with pip installed. Create a virtual environment using

$ python -m venv "name"

then activate the environment and run

$ pip install -r requirements.txt

to install all dependancies.

Now you can run main.py using Python.