├── 1.0 data preprocessing.ipynb ├── 2.0 training the CNN.ipynb ├── 3.0 detecting Masks.ipynb ├── README.md └── haarcascade_frontalface_default.xml /1.0 data preprocessing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aieml/face-mask-detection-keras/HEAD/1.0 data preprocessing.ipynb -------------------------------------------------------------------------------- /2.0 training the CNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aieml/face-mask-detection-keras/HEAD/2.0 training the CNN.ipynb -------------------------------------------------------------------------------- /3.0 detecting Masks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aieml/face-mask-detection-keras/HEAD/3.0 detecting Masks.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aieml/face-mask-detection-keras/HEAD/README.md -------------------------------------------------------------------------------- /haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aieml/face-mask-detection-keras/HEAD/haarcascade_frontalface_default.xml --------------------------------------------------------------------------------