Beverage Containers Computer Vision Dataset
About Beverage Containers Dataset
Here are a few use cases for this project:
-
Recycling and Waste Management: Implementing the "Beverage Containers" computer vision model in waste sorting facilities to identify and separate different types of beverage containers for efficient recycling or waste management based on their material (glass, plastic, tin).
-
Inventory Management in Stores and Supermarkets: Integrate the model into an inventory management system to track, manage and restock different types of beverage containers, assisting storekeepers in maintaining optimal inventory levels and organizing shelves.
-
Smart Drink Dispenser Machines: Integrating the computer vision model into drink dispenser machines to automatically recognize and recommend the ideal refilling option for the type of beverage container presented, minimizing spillage and ensuring a seamless customer experience.
-
Public Health and Safety: Using the "Beverage Containers" computer vision model in public gathering spaces, stadiums, or large events to monitor adherence to alcohol and other beverage regulations, identifying non-compliant or inappropriate containers and ensuring the safety of attendees.
-
Market Research: Analyze the presence of various types of beverage containers in social media posts or public spaces to identify consumer preferences and trends, helping beverage companies and marketers to tailor their products and marketing strategies to meet the demands of different target groups.
Use Free Bottle-glass, Bottle-plastic and Cup-disposable Detection API
Powered by general detection model
pip install inference-sdk# 1. Import the library
from inference_sdk import InferenceHTTPClient
# 2. Connect to your workspace
client = InferenceHTTPClient(
api_url="https://serverless.roboflow.com",
api_key="API_KEY"
)
# 3. Run your workflow on an image
result = client.run_workflow(
workspace_name="<YOUR_WORKSPACE>",
workflow_id="<YOUR_WORKFLOW_ID>",
images={
"image": "YOUR_IMAGE.jpg" # Path to your image file
},
parameters={
"classes": "bottle-glass, bottle-plastic, cup-disposable, cup-handle, glass-mug"
},
use_cache=True # cache workflow definition for 15 minutes
)
# 4. Get your results
print(result)Run on custom image
Drop an image here or click to upload
Tell the agent what you want to build.
Cite This Project
LicenseCC BY 4.0If you use this dataset in a research paper, please cite it using the following BibTeX:
@misc{ beverage-containers-3atxb-guju5_dataset,
title = { Beverage Containers Dataset },
type = { Open Source Dataset },
author = { ouda-cs },
howpublished = { \url{ https://universe.roboflow.com/ouda-cs/beverage-containers-3atxb-guju5 } },
url = { https://universe.roboflow.com/ouda-cs/beverage-containers-3atxb-guju5 },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2026 },
month = { jul },
note = { visited on 2026-07-29 },
}










