Skip to main content

Amazon Remembers

Amazon RemembersThis week Amazon released a free iPhone app that provides more native access to the Amazon store experience. It has the expected features like product search, product data, reviews and of course, 1-click purchases. In addition, Amazon has introduced a new experimental feature called Amazon Remembers.

Amazon Remembers allows customers to snap photos of objects of interest and upload them to Amazon. Once uploaded, Amazon uses MTurk to identify the product and within minutes the app notifies customers with a link to the matching product. In my tests, an iPhone snap was identified as the iPod Touch (since Amazon doesn't sell iPhones), a Pepsi can returned a link to Coca Cola (since Pepsi is not sold on Amazon or some MTurker has a wicked sense of humor), a Palm Z22 was not identified, and a book was identified perfectly.

Get the app from the iTunes app store.

Comments

Rainman said…
Seems like a pretty useful app. One of my favorite apps that run on Android, Compare Everywhere, pulls up product info by barcode scanning. It retrieves a list of stores in and around the area that have that product and displays pricing info as well. However, the product DB itself seems quite limited, or at least that's what I inferred from my testing.
Falcon said…
Lets say you don't have an iPhone, but you're one of those poor souls with just an iPod touch without a camera. Do you know of any way to to use the service, short of inviting a friend with an iPhone over?
Anonymous said…
@Brat: The iPhone's fixed focus camera makes it useless for reading 1D bar codes. There are some apps that read the 2D bar codes (QR Codes).

@Falcon: AFAIK the iPhone is the only interface to upload images into the Amazon remembers system. When one logs into the regular web interface, Amazon only displays previously uploaded images; I can't find a way to upload images.

Popular posts from this blog

Migrating from Palm Calendar to Google Calendar and iPhone

Here are the free steps to migrate from Palm's date book (or Pimlico's DateBk6 ) calendar to Google calendar for full iPhone sync. First, sync Palm with Palm Desktop . Next, open Palm Desktop, select the Calendar view, navigate to File | Export, select Export Type as Date Book Archive, Range as All and provide a file name. This will export the calendar data as Date Book Archive (.dba). There's a paid tool called DBA2CSV that converts .dba files to .csv files. However this can be done for free using Yahoo Calendar. Login into Yahoo Calendar and via Settings/Import, import the .dba file. It helps to have an empty Yahoo Calendar. Via Settings/Export, export the calendar as .csv file. Login to Google Calendar (also works with Google Apps For Your Domain GAFYD Calendar) and import the .csv file into any of the calendars. It is a good idea to create a test calendar and test the import before importing into your real calendar. That way if anything goes wrong, you can delet...

Syntax-highlighting code in blog posts

SyntaxHighlighter is an easy to use syntax highlighter for posting code snippets in blogs. Here are the steps to incorporate SyntaxHighlighter into Blogger : Go to the blog dashboard and select Layout for your blog. Choose Edit HTML. In the <head> section, paste in these two lines: <link href='http://syntaxhighlighter.googlecode.com/svn/trunk/Styles/SyntaxHighlighter.css' rel='stylesheet' type='text/css'/> <script language='javascript' src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shCore.js'/> In addition, for each language that you intend to highlight, add lines to import the relevant JavaScript libraries. The full list of supported languages is here . Here's the example for XML: <script language='javascript' src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushXml.js'/> Finally, right at the bottom before the </body> tag, add: <script...

Safari on iPhone OS 4.0 Supports WebSocket

Safari on iPhone OS 4.0 (build 8A230m) supports WebSocket. Here’s the output from the WebSocket test : Yes, the browser still reports OS 3_1_2 even though the OS is really 4.0. The AppleWebKit version is newer than the iPad. I was able to run a WebSocket test against Kaazing’s WebSocket Gateway .