├── Data-Preprocessing.py ├── Detecting_Masks.py ├── README.md ├── Research Publications └── IJSRET_V8_issue3_354_Durgesh_Rao.pdf ├── Training_Model.py ├── haarcascade_frontalface_default.xml └── target.npy /Data-Preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/Face-Mask-Detection-CNN/HEAD/Data-Preprocessing.py -------------------------------------------------------------------------------- /Detecting_Masks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/Face-Mask-Detection-CNN/HEAD/Detecting_Masks.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/Face-Mask-Detection-CNN/HEAD/README.md -------------------------------------------------------------------------------- /Research Publications/IJSRET_V8_issue3_354_Durgesh_Rao.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/Face-Mask-Detection-CNN/HEAD/Research Publications/IJSRET_V8_issue3_354_Durgesh_Rao.pdf -------------------------------------------------------------------------------- /Training_Model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/Face-Mask-Detection-CNN/HEAD/Training_Model.py -------------------------------------------------------------------------------- /haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/Face-Mask-Detection-CNN/HEAD/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /target.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DURGESH716/Face-Mask-Detection-CNN/HEAD/target.npy --------------------------------------------------------------------------------