Identify wine types using AI

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

wine types identifier

API Access


import nyckel

credentials = nyckel.Credentials("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET")
nyckel.invoke("wine-types", "your_image_url", credentials)
            

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

How this classifier works

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

This pretrained image model uses a Nyckel-created dataset and has 12 labels, including Dark Red, Dark White, Dessert, Fortified, Light Red, Light White, Natural, Orange, Red and Rosé.

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

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

Need to identify wine types at scale?

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



  • Wine Quality Assessment: This function can be used by quality control teams in wineries to automatically classify wine types based on images of the bottles or labels. By quickly categorizing wines, it aids in ensuring that only the best varieties are marketed and helps in maintaining consistent product quality.

  • Retail Inventory Management: Retailers can leverage the image classification function to streamline inventory management. By identifying different types of wine from images, the system can automatically update stock levels and assist in reordering, reducing the risk of stockouts or overstock situations.

  • Personalized Recommendation Systems: E-commerce platforms can utilize the wine type identifier to enhance user experience by providing personalized wine recommendations. Based on the identified types of wine in a customer’s cart, the system can suggest complementary products and improve customer satisfaction.

  • Wine Market Analysis: Market researchers can gather insights on wine trends by analyzing images collected from various geographical locations. The classification function can categorize prevalent wine types, helping businesses understand regional preferences and tailor marketing strategies accordingly.

  • Wine Pairing Suggestions: Restaurants can implement this function to automatically suggest food pairings based on the identified wine type from an image. It can enhance the dining experience by providing customers with personalized recommendations that complement their chosen wine.

  • Fraud Detection: Wineries and retailers can employ the image classification function to detect counterfeit products. By accurately identifying legitimate wine types, businesses can protect their brand integrity and reduce the impact of fraudulent sales in the market.

  • Educational Tools for Sommeliers: Educational institutions can use this function as a teaching aid in courses for aspiring sommeliers. By providing students with the ability to classify wines based on images, it can enhance their learning experience and deepen their understanding of different wine varieties and characteristics.

Want this classifier for your business?

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

Get Access