Identify soup brands using AI

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

soup brands identifier

API Access


import nyckel

credentials = nyckel.Credentials("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET")
nyckel.invoke("soup-brands", "your_image_url", credentials)
            

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

How this classifier works

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

This pretrained image model uses a Nyckel-created dataset and has 20 labels, including Amy's, Beef Barley Soup - Campbell's, Butternut Squash Soup - Amy's, Campbell's, Chicken Noodle Soup - Campbell's, Chicken Tortilla Soup - Progresso, Cream Of Mushroom Soup - Campbell's, Heinz, Lentil Soup - Amy's and Minestrone Soup - Amy's.

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

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

Need to identify soup brands at scale?

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



  • Brand Compliance Verification: Brands can use the soup identifier function to ensure that only approved packaging designs are being used in marketing and advertising materials. This helps maintain brand integrity and avoid legal issues related to trademark and copyright infringement.

  • Market Research Analysis: Researchers analyzing consumer trends can leverage this classification function to assess the popularity and visibility of different soup brands in various markets. By analyzing image data, they can gain insights into consumer preferences and the effectiveness of branding strategies.

  • E-commerce Product Listings: E-commerce platforms can implement the soup identifier to automatically categorize and tag soup brands in their listings. This enhances the user shopping experience by allowing customers to filter and search for specific brands more effectively.

  • Social Media Sentiment Analysis: Marketers can use the identifier to monitor social media images and posts featuring soup brands. By analyzing the sentiment and engagement associated with different brands, companies can tailor their marketing strategies accordingly.

  • Competitor Benchmarking: Businesses can utilize this function to compare their soup brand's visual presence against competitors. By evaluating how frequently their brand appears in unofficial images compared to others, they can better understand their market position.

  • Quality Control in Production: Manufacturers can integrate the function into their quality control processes to ensure that the visual packaging of soup products matches brand standards. Any discrepancies can be flagged for further investigation before products are released to the market.

  • Inventory Management: Supermarkets and retailers can employ the identifier to monitor and manage inventory levels of various soup brands. By tracking which brands are visually represented in stock images, they can ensure optimal restocking strategies based on demand.

Want this classifier for your business?

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

Get Access