This is the source code for a automatic mask detection with Tensorflow. This has only educational purposes.
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install cmake
pip install dlib
pip install -r requirements.txt
This project is strongly inspired by https://github.com/prajnasb/observations and all credits go to prajnasb 😉
Epoch 30/30 80/80 [==============================] - 28s 344ms/step - loss: 0.0494 - acc: 0.9837 - val_loss: 0.0234 - val_acc: 0.9965