Identify if someone is using a water fountain using AI

Below is a free classifier to identify if someone is using a water fountain. Just upload your image, and our AI will predict if someone is using a water fountain - in just seconds.

if someone is using a water fountain identifier

API Access


import nyckel

credentials = nyckel.Credentials("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET")
nyckel.invoke("if-someone-is-using-a-water-fountain", "your_image_url", credentials)
            

fetch('https://www.nyckel.com/v1/functions/if-someone-is-using-a-water-fountain/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/if-someone-is-using-a-water-fountain/invoke
            

How this classifier works

To start, upload your image. Our AI tool will then predict if someone is using a water fountain.

This pretrained image model uses a Nyckel-created dataset and has 2 labels, including Not Using Water Fountain and Using Water Fountain.

We'll also show a confidence score (the higher the number, the more confident the AI model is around if someone is using a water fountain).

Whether you're just curious or building if someone is using a water fountain detection into your application, we hope our classifier proves helpful.

Need to identify if someone is using a water fountain at scale?

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



  • Smart Building Management: The water fountain identifier can be integrated into smart building systems to monitor if fountains are being used. This data can help facilities managers optimize cleaning schedules and ensure adequate water supply for regular users.

  • Health and Wellness Initiatives: Organizations can implement the water fountain usage data to promote hydration among employees or patrons. By identifying high traffic times, they can run health campaigns or provide hydration reminders, encouraging people to drink more water for their health.

  • Environmental Monitoring: By tracking fountain usage, municipalities can gauge public interest in sustainable hydration solutions. This information can inform future installations of water fountains or refill stations, promoting environmentally friendly practices and reducing plastic waste.

  • Resource Allocation: In public settings such as parks or schools, the identifier can help decision-makers determine which fountains are most frequently used. This allows for better distribution of maintenance resources and helps prioritize upgrades or repairs.

  • User Experience Optimization: Retail locations or recreational facilities can use the data to enhance user experience. When usage patterns are analyzed, businesses can strategically place signage or promotions near high-traffic water fountains to increase visibility and encourage healthier habits.

  • Safety and Accessibility: Monitoring the usage of water fountains can aid in identifying accessibility needs. If certain fountains are underused, management can investigate whether they meet accessible design standards or whether their locations are convenient for users.

  • Data-Driven Marketing: Companies providing hydration solutions or water dispensers can leverage fountain usage data to target their marketing efforts. By understanding peak usage times and demographics, they can tailor campaigns to promote their products effectively where hydration is most sought.

Want this classifier for your business?

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

Get Access