recodehive / machine-learning-repos

A curated list of awesome machine learning frameworks, libraries and software (by language). I
MIT License
100 stars 193 forks source link

[Feature] --> Face Mask Detection using CNN #130

Closed KamakshiOjha closed 3 weeks ago

KamakshiOjha commented 2 months ago

Face mask detection is a computer vision task that involves identifying whether a person in an image is wearing a mask or not. This task has significant applications, especially in public health and safety during pandemics. To achieve this, we use a Convolutional Neural Network (CNN) model which is a type of deep learning algorithm specifically designed for image processing tasks.

Steps:

  1. Data Collection
  2. Data Preprocessing
  3. Building the CNN Model
  4. Compiling the Model
  5. Training the Model
  6. Evaluating the Model
  7. Making Predictions - Input new images to the trained model, The model will predict whether the person in the image is wearing a mask or not.

please assign me this issue under GSSOC. Thank you!

github-actions[bot] commented 2 months ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions reach out to LinkedIn. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

github-actions[bot] commented 3 weeks ago

Hello @KamakshiOjha! Your issue #130 has been closed. Thank you for your contribution!