GOOD ML Computer Vision Model
How to use the GOOD ML Detection API
Try This Model
Drop an image here or click to upload
Code Snippets
from inference_sdk import InferenceHTTPClient
CLIENT = InferenceHTTPClient(
api_url="https://serverless.roboflow.com",
api_key="API_KEY"
)
result = CLIENT.infer("YOUR_IMAGE.jpg", model_id="good-ml-zdfpr/2")Or, Use Free Bounding 1, Bounding 2 and Bounding 3 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": "bounding 1, bounding 2, bounding 3, bounding 4, bounding 5"
},
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
About GOOD ML Model
Here are a few use cases for this project:
-
Quality Control in Manufacturing: Utilize GOOD ML to inspect various products on the assembly line, ensuring that they meet quality standards. By identifying bounding classes of individual components, the model can quickly detect incorrect assembly, misaligned parts, or missing elements in the final product.
-
Recycling and Waste Management: Use the GOOD ML model to streamline the process of sorting waste and recyclable items at waste treatment facilities. Identifying objects' bounding classes can help machines separate objects more efficiently and reduce the manual labor needed for sorting.
-
Inventory Management: Implement the GOOD ML model in warehouses or retail stores to monitor products on shelves and track stock levels. Bounding class identification can enable automatic restocking notifications, as well as catch misplaced items in real-time.
-
Object Recognition for Autonomous Vehicles: Equip self-driving vehicle systems with the GOOD ML model to enhance road safety by identifying and categorizing different objects in its environment. detections of bounding classes can help the vehicle system make more informed decisions, avoiding obstacles, and navigating complex scenarios.
-
Assisting Visually Impaired Users: Create assistive technology with the help of the GOOD ML model to help visually impaired users identify everyday objects. By quickly detecting various bounding classes, the software can describe objects to users and provide useful context about their surroundings.
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{ good-ml-zdfpr_dataset,
title = { GOOD ML Dataset },
type = { Open Source Dataset },
author = { lingga },
howpublished = { \url{ https://universe.roboflow.com/lingga/good-ml-zdfpr } },
url = { https://universe.roboflow.com/lingga/good-ml-zdfpr },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2023 },
month = { jul },
note = { visited on 2026-07-29 },
}










