Identify underwater scenes using AI

Below is a free classifier to identify underwater scenes. Just upload your image, and our AI will predict if the image depicts an underwater scene - in just seconds.

underwater scenes identifier

API Access


import nyckel

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

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

How this classifier works

To start, upload your image. Our AI tool will then predict if the image depicts an underwater scene.

This pretrained image model uses a Nyckel-created dataset and has 2 labels, including Underwater and Above Water.

We'll also show a confidence score (the higher the number, the more confident the AI model is around if the image depicts an underwater scene).

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

Recommended Classifiers

Need to identify underwater scenes at scale?

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



  • Underwater Exploration: Businesses specialized in underwater exploration can use the identifier to sort through large volumes of images, marking whether they were taken above or underwater. This can help in analyzing and interpreting findings more efficiently.

  • Marine Life Documentation: Marine researchers and scientists can use this function to quickly identify whether the captured photos of marine life were taken underwater or above, helping them in the process of classification of marine species.

  • Damage Assessment in Insurance: National and private insurance companies might need to assess damage caused by flooding or other water-related factors. Images generated by drones or field workers can be classified for under or above water damages easily.

  • Tourism Content Curation: Travel agencies and tourism boards can use this tool to classify and organize their stock photos better, allowing potential customers to find what they're looking for more effectively.

  • Fishing Industry: Fishermen and organizations in the fishing industry might use the image classification function to categorize images of catch and sea conditions to help with catch analysis and improving fishing strategies.

  • Real Estate Pricing: Real estate agents can use this identifier in coastal properties to distinguish between images taken above or underwater. This can be utilized in pricing, especially for properties with private beaches or underwater structures.

  • Water Sports Safety Training: Businesses offering water sports and safety training can utilize this function to classify the learning materials and training videos, showcasing scenarios both above and beneath the water for better understanding and learning.

Want this classifier for your business?

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

Get Access