My "hello tensorflow" project, Inspired by this post and this repo
- Tensorflow (training and detection)
- OpenCV (face detection and image processing)
- Colab (Interactive runtime for jupyter notebooks)
Taken from chandrikadeb7 repo
A convolution network consist of these layers:
- Two pairs of Conv and MaxPool layers to extract features from the dataset.
- Flatten and Dropout layer to convert the data in 1D and ensure overfitting.
- Two Dense layers for classification.
$ python live-mask-detector.py
Requirements:
- tensorflow (or tensorflow-cpu)
- opencv-python