Identify people presence using AI

Below is a free classifier to identify people presence. Just upload your image, and our AI will predict whether people are present or not - in just seconds.

people presence identifier

API Access


import nyckel

credentials = nyckel.Credentials("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET")
nyckel.invoke("people-presence-identifier", "your_image_url", credentials)
            

fetch('https://www.nyckel.com/v1/functions/people-presence-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/people-presence-identifier/invoke
            

How this classifier works

To start, upload your image. Our AI tool will then predict whether people are present or not.

This pretrained image model uses a Nyckel-created dataset and has 2 labels, including People Present and No People Present.

We'll also show a confidence score (the higher the number, the more confident the AI model is around whether people are present or not).

Whether you're just curious or building people presence detection into your application, we hope our classifier proves helpful.

Recommended Classifiers

Need to identify people presence at scale?

Get API or Zapier access to this classifier for free. It's perfect for:



  • Security Surveillance: This function can be used within security systems to identify when people are present in specific areas like restricted locations or private property, triggering alerts for security personnel.

  • Crowd Management: Event organizers can use the function to estimate the number of people present at a location at any given time, aiding crowd management during events or in public spaces.

  • Online Education: Teachers can use the function in virtual classrooms to keep track of how many students are present on video, ensuring that students are logged in and paying attention.

  • Retail Analysis: Businesses can apply the system to collect data about customer foot traffic for analysis and improve store layout or staff allocation.

  • Smart Building Management: The function can be used to enhance energy efficiency in smart buildings, sensing when rooms are vacant to turn off unnecessary lights or alter heating/cooling.

  • Assisting Elderly: This function can be integrated into home care systems for the elderly, alerting caregivers or family members when someone has not moved for an extended period, potentially indicating a fall or medical emergency.

  • Working Time Management: Businesses can use this function to verify employee attendance or to monitor productivity by recording how often and when employees are at their desks.

Want this classifier for your business?

In just minutes you can automate a manual process or validate your proof-of-concept.

Get Access