|
|
|
|
|
by bauerd
2284 days ago
|
|
Re data entry: was thinking this through a lot recently.
Basically what I'd like to build requires either (1) product recognition vision like Google Lens offers, or (2) a barcode scanner and an extensive barcode product database. Both can be combined of course. My solution would be to read frames from a smartphone's camera until a barcode is detected. This can be achieved with eg Firebase ML, on-device. If a barcode database lookup gives a product, put it on the in/out list. If not, send the frame to a product recognition vision service. This could be Google Cloud Vision AI, but they don't give you access to their product set that backs Google Lens. Finally, provide controls to adjust the number of items on the in/out list I thought about OCRing supermarket receipts too but these differ so greatly in layout etc. per country I figured it's not the way to go Edit: Problem you run into as not all of this can be done on-device is privacy concerns of coursem just my thoughts on what interface I'd like to have |
|
https://world.openfoodfacts.org/
https://product-open-data.com/
I just tested Product Open Data using the barcode from a can of Coconut Milk from my cupboard, and it returned the correct product (including a photograph) and the name of the brand and their owner.
Edit: updated to add Open Food Facts, given that Open Product Data appears no-longer-maintained