Identify face mask usage
using AI
Below is a free classifier to identify face mask usage. Just upload your image, and our AI will predict if they are wearing a mask - in just seconds.
For best result, upload just the face image.
API Access
import nyckel
credentials = nyckel.Credentials("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET")
nyckel.invoke("face-masks-identifier", "your_image_url", credentials)
fetch('https://www.nyckel.com/v1/functions/face-masks-identifier/invoke', {
method: 'POST',
headers: {
'Authorization': 'Bearer ' + 'YOUR_BEARER_TOKEN',
'Content-Type': 'application/json',
},
body: JSON.stringify(
{"data": "your_image_url"}
)
})
.then(response => response.json())
.then(data => console.log(data));
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_BEARER_TOKEN" \
-d '{"data": "your_image_url"}' \
https://www.nyckel.com/v1/functions/face-masks-identifier/invoke
How this classifier works
To start, upload your image. Our AI tool will then predict if they are wearing a mask.
This pretrained image model uses the Face Mask V2 dataset and has 2 labels, including Wearing Mask and Not Wearing Mask.
We'll also show a confidence score (the higher the number, the more confident the AI model is around if they are wearing a mask).
Whether you're just curious or building face mask usage detection into your application, we hope our classifier proves helpful.
Recommended Classifiers
Need to identify face mask usage at scale?
Get API or Zapier access to this classifier for free. It's perfect for:
- Healthcare: Identify patients wearing face masks. Ensure compliance with safety protocols.
- Retail: Detect customers wearing face masks. Maintain health and safety standards in stores.
- PublicTransportation: Monitor passengers wearing face masks. Improve public health measures on transport systems.
- Education: Track students wearing face masks. Implement school safety policies effectively.
- Hospitality: Observe guests wearing face masks. Enhance safety measures in hotels and restaurants.
- Workplace: Identify employees wearing face masks. Enforce workplace safety regulations.
- Events: Monitor attendees wearing face masks. Ensure health protocols are followed during events.