Feature Description
A tool designed to help navigate a grocery store by identifying and announcing the name and price of products in focus.
Problem It Solves
Navigating a grocery store and identifying specific product names and prices.
Proposed Solution
A visual assistive tool that detects products in focus as a user walks through an aisle and speaks their name and price.
Implementation details
If not specified otherwise above, tools for object detection should either utilize Yolo11 and COCO or YoloWorld, based on the conditions described in the copilot instructions. Tools involving text extraction should utilize the Google Cloud Vision API.
Alternatives Considered
Example usage
As the user walks through a grocery aisle, the tool identifies a product in focus and announces its name and price.
Custom GPT
no
GPT Query
Additional Context
Unless otherwise specified, in streaming mode, any verbal/text response should be limited to 15 words. No such limit applies to one-shot output.
Write the code for this tool inside the tools folder
Feature Description
A tool designed to help navigate a grocery store by identifying and announcing the name and price of products in focus.
Problem It Solves
Navigating a grocery store and identifying specific product names and prices.
Proposed Solution
A visual assistive tool that detects products in focus as a user walks through an aisle and speaks their name and price.
Implementation details
If not specified otherwise above, tools for object detection should either utilize Yolo11 and COCO or YoloWorld, based on the conditions described in the copilot instructions. Tools involving text extraction should utilize the Google Cloud Vision API.
Alternatives Considered
Example usage
As the user walks through a grocery aisle, the tool identifies a product in focus and announces its name and price.
Custom GPT
no
GPT Query
Additional Context
Unless otherwise specified, in streaming mode, any verbal/text response should be limited to 15 words. No such limit applies to one-shot output.
Write the code for this tool inside the tools folder