Quarters Varied Computer Vision Model
How to use the Quarters Varied 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="quarters-varied/3")Or, Use Free 1999 CT, 1999 GA and 2001 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": "1999 CT, 1999 GA, 2001, 2001 NC, 2001 VT"
},
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 Quarters Varied Model
Here are a few use cases for this project:
-
Coin Collection Management: Coin collectors and enthusiasts can use the model to sort and catalog their collection of quarters by identifying the year and mint of each coin.
-
Currency Verification: The system can be used in vending machines, self-checkout counters or other automated monetary transaction systems to verify the denomination of coins being used.
-
Numismatic Research: Researchers and historians in numismatics can use the model for identifying and comparing different quarter varieties, aiding in studies about their production and dissemination.
-
Educational Purposes: The model can be used in education to help students learn about different quarter varieties and their histories.
-
Automated Coin Trading: The model can be used in developing systems for automatic coin trading where the year and type of a coin decide its value.
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{ quarters-varied_dataset,
title = { Quarters Varied Dataset },
type = { Open Source Dataset },
author = { Mike Lang },
howpublished = { \url{ https://universe.roboflow.com/mike-lang/quarters-varied } },
url = { https://universe.roboflow.com/mike-lang/quarters-varied },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2022 },
month = { feb },
note = { visited on 2026-07-29 },
}










