theriley106 / isMask.py

Realtime Face Mask Detection in ~10 lines of Python Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime Face Mask Detection in ~10 lines of Python Code

Instructions

CLI

$ python isMask.py
FACE MASK OFF
FACE MASK OFF
FACE MASK OFF
FACE MASK ON
FACE MASK ON
...

Web App

$ ./run.sh
[INFO] Listening at: http://127.0.0.1:8000 (970)

And visit http://127.0.0.1:8000 in your browser.

About

Realtime Face Mask Detection in ~10 lines of Python Code


Languages

Language:Python 97.5%Language:Shell 2.5%