Identify tobacco product categories using AI

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

tobacco product categories identifier

API Access


import nyckel

credentials = nyckel.Credentials("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET")
nyckel.invoke("tobacco-product-categories", "your_image_url", credentials)
            

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

How this classifier works

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

This pretrained image model uses a Nyckel-created dataset and has 20 labels, including Chewing Tobacco, Cigarettes, Cigars, Dark Tobacco, Dipping Tobacco, E-Cigarettes, Flavored Tobacco, Hookah, Kush Tobacco and Light Tobacco.

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

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

Need to identify tobacco product categories at scale?

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



  • Product Compliance Monitoring: This function can be used by regulatory authorities to monitor the labeling and advertising of tobacco products. By categorizing different tobacco product types, agencies can ensure compliance with regulations regarding marketing, packaging, and age restrictions.

  • Retail Inventory Management: Retailers can utilize this classification function to manage their inventory more effectively. By identifying and categorizing various tobacco products, they can optimize stock levels, reduce waste, and ensure that they always have the right products available for customers.

  • Market Research and Analysis: Market research firms can employ this false image classification function to analyze consumer trends and preferences in tobacco product categories. This data can provide insights into emerging market segments and help inform product development and marketing strategies.

  • Targeted Advertising: Advertisers can leverage this classification to create targeted marketing campaigns based on specific tobacco product categories. By understanding which products appeal to particular demographics, companies can tailor their messages and channels to enhance engagement and conversion rates.

  • E-commerce Product Classification: Online tobacco retailers can implement this function to automatically categorize products listed on their platforms. This enhances the user experience by making it easier for customers to find specific types of tobacco products and can improve overall sales performance.

  • Anti-Smoking Campaigns: Health organizations can use this image classification tool to better target anti-smoking campaigns. By identifying prevalent tobacco product categories, they can tailor their messaging to effectively address the specific products that are common in a given demographic or region.

  • Supply Chain Auditing: Tobacco manufacturers can apply this categorization function to monitor their supply chain for compliance and quality control. By accurately classifying products at various stages of production, companies can ensure that all products meet industry standards and can quickly identify any discrepancies or issues.

Want this classifier for your business?

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

Get Access