asfd Computer Vision Model
How to use the asfd 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="asfd-gxaxa/1")Or, Use Free 10110010, 20120010 and 20150010 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": "10110010, 20120010, 20150010, 30110023, 30110026"
},
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 asfd Model
Here are a few use cases for this project:
-
Mining Industry Application: The model can be used to help classify various types of rocks, minerals, and substances commonly found in mining sites. Real-time categorization of minerals could help streamline the extraction and production process.
-
Industrial Quality Control: This model can be used in production lines for quality control checks. It can identify the status and categorization of the material during different stages of production for improvement and consistency.
-
Waste Management and Recycling: The model can be employed in waste management facilities to identify and sort different types of waste materials including 'Evsel Çöp', assisting in effective recycling and disposal.
-
Construction Material Identification: It can be used on construction sites to identify and sort different types of construction materials, ensuring the right items are used at the right time.
-
Petrochemical Industry: The model can be used to identify and categorize substances like 'Petrokok', which can be critical for operations in petrochemical industry. Real-time identification can help ensure safety and efficiency in these industry operations.
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{ asfd-gxaxa_dataset,
title = { asfd Dataset },
type = { Open Source Dataset },
author = { Ali Ali },
howpublished = { \url{ https://universe.roboflow.com/ali-ali-ryhr6/asfd-gxaxa } },
url = { https://universe.roboflow.com/ali-ali-ryhr6/asfd-gxaxa },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2023 },
month = { apr },
note = { visited on 2026-07-29 },
}










