This project implements a Convolutional Neural Network (CNN) to detect whether individuals in images are wearing face masks. The model is trained on a dataset sourced from Kaggle, containing images of individuals both wearing and not wearing masks.
- Installation ๐ฆ
- Dataset ๐
- Usage โ๏ธ
- Model Architecture ๐๏ธ
- Model Training ๐๏ธโโ๏ธ
- Results ๐
- Sample Predictions โ โ
- Contributing ๐ค
- License ๐
To set up the environment, ensure you have Python 3.x installed. You can use the following commands to install the necessary dependencies:
!pip install kaggle numpy tensorflow matplotlib