models count cars - Azure/azureml-assets GitHub Wiki
The "Count Cars" is a model designed for accurately quantifying the number of specific vehicles – particularly red cars – in given images. Utilizing the advanced capabilities of Azure OpenAI GPT-4 Turbo with Vision, this system meticulously analyzes each image, identifies and counts red cars, outputting the results in a clear JSON format. The process involves aggregating the counts from multiple images to provide a cumulative total, offering a precise and efficient approach to vehicle analysis.
Inference type | Python sample (Notebook) | CLI with YAML |
---|---|---|
Real time | deploy-promptflow-model-python-example | deploy-promptflow-model-cli-example |
Batch | N/A | N/A |
{
"inputs": {
"image_1": image_1_path,
"image_2": image_2_path,
"system_message": "You are an AI assistant. You task is to check the number of red cars in the image. Reply in plain json, with key \"red cars\", and possible values of number of red cars."
}
}
{
"outputs": {
"response": "Total number of red cars: 3."
}
}
Version: 3
hiddenlayerscanned
View in Studio: https://ml.azure.com/registries/azureml/models/count-cars/version/3
is-promptflow: True
azureml.promptflow.section: gallery
azureml.promptflow.type: standard
azureml.promptflow.name: Count Cars
azureml.promptflow.description: Quantify red cars in images with Azure OpenAI GPT-4 Turbo with Vision to provide accurate vehicle counts.
inference-min-sku-spec: 2|0|14|28
inference-recommended-sku: Standard_DS3_v2