Interactive-Table 27-6-2022 Computer Vision Dataset
About Interactive-Table 27-6-2022 Dataset
Here are a few use cases for this project:
-
Education Technology: This model could be useful in creating interactive educational tools, especially for younger students. For example, it can be used in a game or app where students have to match the identified objects with their corresponding numbers or symbols.
-
Interactive Gaming: The model can be employed in creating real-time, interactive table games where the identification of the objects classes triggers different game scenarios, rewarding points, or next level qualifications.
-
Augmented Reality Apps: This model could be used in AR applications to identify objects classes in real-time, providing interactive platforms for users, for example, language learning apps which pop up translations or information once it identifies an object.
-
Retail: In retail settings like a store or an online shopping platform, the model can assist in identifying the quantity and type of products available or bought by each customer according to object classes.
-
Tabletop Role-Playing Games: The model could identify in-game elements' classes such as figurines, game pieces, or cards for a tabletop role-play or strategy game, enhancing the immersive experience and automating complex game mechanics.
Use Free =, 1 and 12 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": "=, 1, 12, 2, 2."
},
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{ interactive-table--27-6-2022_dataset,
title = { Interactive-Table 27-6-2022 Dataset },
type = { Open Source Dataset },
author = { TestGesture1 },
howpublished = { \url{ https://universe.roboflow.com/testgesture1-yskvl/interactive-table--27-6-2022 } },
url = { https://universe.roboflow.com/testgesture1-yskvl/interactive-table--27-6-2022 },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2022 },
month = { jul },
note = { visited on 2026-07-29 },
}








