This is a simple desktop GUI based application for face mask detection
- tensorflow 2.x
- Opencv
- Tkinter
Data Collection:
- I collected the data from a reposetory, the images with mask are artificial,means it had been edited.Its in
datasetfolder. Dataset was quite balanced.
Model Building:
- Notebook where all the work is done is here. As it was giving 90+ accurecy and as the mode of evaluation was accurecy_score so i decided to go with that. Its a general DNN model no pretrained model.
- after training the model I used haarcascade face detection to detect the face.
GUI for the model:
- Used tkinter for building a very simple UI which people can use to interact with the model.
[](https://www.kaggle.com/soumya9977) [](https://medium.com/@soumya997.sarkar) [](mailto:[email protected])


