Identify if cigarette is electronic or not using AI

Below is a free classifier to identify if cigarette is electronic or not. Just upload your image, and our AI will predict if the cigarette is electronic or not - in just seconds.

if cigarette is electronic or not identifier

API Access


import nyckel

credentials = nyckel.Credentials("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET")
nyckel.invoke("if-cigarette-is-electronic-or-not", "your_image_url", credentials)
            

fetch('https://www.nyckel.com/v1/functions/if-cigarette-is-electronic-or-not/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-cigarette-is-electronic-or-not/invoke
            

How this classifier works

To start, upload your image. Our AI tool will then predict if the cigarette is electronic or not.

This pretrained image model uses a Nyckel-created dataset and has 2 labels, including Electronic Cigarette and Traditional Cigarette.

We'll also show a confidence score (the higher the number, the more confident the AI model is around if the cigarette is electronic or not).

Whether you're just curious or building if cigarette is electronic or not detection into your application, we hope our classifier proves helpful.

Need to identify if cigarette is electronic or not at scale?

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



  • Retail Inventory Management: This function can help retailers accurately classify their cigarette inventory between traditional and electronic variants. By automating the identification process, stock management becomes more efficient, allowing businesses to tailor their marketing and inventory strategies accordingly.

  • Compliance Monitoring: Cigarette sales are subject to various regulations depending on the type. An identification function can assist compliance officers in monitoring products, ensuring that retailers only sell legal types of cigarettes and are adhering to local regulations.

  • Consumer Health Dashboard: Health organizations can utilize this function to categorize cigarette usage trends in populations. By distinguishing between electronic and traditional cigarettes, researchers can better analyze health impacts and build targeted public health campaigns.

  • E-commerce Filtering: Online retailers can implement this classification to provide customers with refined search results. By allowing users to filter products accurately based on their preferences for electronic versus traditional cigarettes, the shopping experience can be significantly enhanced.

  • Advertising Insights: Marketing agencies can use the identification function to analyze consumer behavior related to electronic and traditional cigarettes. This can help them craft targeted advertising strategies and identify which products resonate better with specific demographics.

  • Supply Chain Optimization: Manufacturers can leverage this technology within their supply chain operations. By classifying products at various stages, they can optimize the production and distribution processes, ensuring that supply matches consumer demand for electronic versus traditional cigarettes.

  • Research and Development: Companies focused on tobacco-related products can utilize this function to support their R&D efforts. Understanding the market dynamics between electronic and traditional cigarettes can guide product development, helping businesses innovate and adapt to changing consumer preferences.

Want this classifier for your business?

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

Get Access