Identify liquids using AI

Below is a free classifier to identify liquids. Just upload your image, and our AI will predict what type of liquid it is - in just seconds.

liquids identifier

API Access


import nyckel

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

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

How this classifier works

To start, upload your image. Our AI tool will then predict what type of liquid it is.

This pretrained image model uses a Nyckel-created dataset and has 25 labels, including Water and Coffee.

We'll also show a confidence score (the higher the number, the more confident the AI model is around what type of liquid it is).

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

Recommended Classifiers

Need to identify liquids at scale?

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



  • Beverage Quality Control: A beverage manufacturing company could use this function in quality control, checking each bottle on the production line to ensure it contains the appropriate liquid and not a different product or contaminant.

  • Sorting Recyclables: A recycling facility could leverage the liquid identifier function to sort containers by the type of liquid they formerly contained, ensuring sorted bottles and cans go to the correct treatment procedure.

  • Airport Security: The security department at an airport could use this function to identify liquid substances in travelers' luggage, aiding the enforcement of liquid restrictions while preventing potential threats.

  • Food and Beverage Inventory Tracking: Restaurants or groceries could use this function to accurately keep track of the type and quantity of beverages in storage, ensuring that only fresh and appropriate products are served to customers.

  • Pharmacy Product Verification: Pharmacies could use this function to verify the identity of liquid medications in the store, ensuring correct information is provided to customers and preventing medication errors.

  • Oil Industry Classification: Within the oil industry, this function could be used to accurately classify various types of crude oil or other liquids. This helps in managing resources and optimizing processing and refining procedures.

  • Environmental Monitoring: Environmental research and clean-up organizations could use this function to identify and track different water contaminants in rivers, lakes, or seas, aiding in pollution studies and mitigation efforts.

Want this classifier for your business?

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

Get Access