Identify mask type
using AI
Below is a free classifier to identify mask type. Just upload your image, and our AI will predict what type of mask it is - in just seconds.
API Access
import nyckel
credentials = nyckel.Credentials("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET")
nyckel.invoke("mask-type", "your_image_url", credentials)
fetch('https://www.nyckel.com/v1/functions/mask-type/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/mask-type/invoke
How this classifier works
To start, upload your image. Our AI tool will then predict what type of mask it is.
This pretrained image model uses a Nyckel-created dataset and has 12 labels, including Cloth, Cough Mask, Dust, Face Shield, Filtering Mask, Gas Mask, Medical, N95 Respirator, Painter'S Mask and Safety Mask.
We'll also show a confidence score (the higher the number, the more confident the AI model is around what type of mask it is).
Whether you're just curious or building mask type detection into your application, we hope our classifier proves helpful.
Need to identify mask type at scale?
Get API or Zapier access to this classifier for free. It's perfect for:
- Face Mask Compliance Monitoring: This function can be utilized by organizations to ensure compliance with public health mandates regarding face mask usage in workplaces or public areas. By identifying the type of mask worn by individuals, businesses can assess compliance levels and implement corrective measures to enhance safety.
- Retail Inventory Management: Retailers can deploy this function to classify and monitor the types of masks available in their inventory. This allows for better stock management by identifying trends in mask demand and adjusting orders based on customer preferences for specific mask types.
- Healthcare Worker Protection: Hospitals can integrate the mask identifier to verify that healthcare workers are wearing appropriate masks for their specific roles. This system can ensure compliance with safety protocols, helping to prevent the spread of infections within medical facilities.
- Customer Insights for Marketing: Businesses can analyze mask types worn by customers to gather insights on demographic trends and consumer behavior. This data-driven approach can inform targeted marketing strategies and enhance product offerings based on popular mask styles among different customer segments.
- Event Safety Management: Event organizers can utilize this function to monitor mask usage and compliance at large gatherings. By identifying mask types, they can ensure that attendees are wearing appropriate protective gear, thereby reducing health risks associated with public events.
- Social Media and Brand Monitoring: Brands can implement this technology in social media analysis to track public perception and adoption of their branded masks. Understanding which types of masks are being favored can aid in marketing strategies and product development initiatives.
- School Safety Protocols: Educational institutions can use this function to monitor mask types among students and staff on campus. By classifying mask usage, schools can ensure adherence to health guidelines, fostering a safer learning environment for everyone involved.