Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
subhan-nadeem committed Mar 20, 2017
1 parent 2893cf5 commit 609e3b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public final class FaceTrackingActivity extends AppCompatActivity
public static final String KEY_GALLERY_NAME = "gallery_name";
public static final String KEY_IMAGE = "image";

public static float FACE_WIDTH_PROXIMITY_TRIGGER = 130f;
public static float FACE_WIDTH_PROXIMITY_TRIGGER = 200f;

public static final int PURPOSE_ENTRANCE = 1;
public static final int PURPOSE_EXIT = 2;
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# EZShop
EZShop - the ultimate unbounded shopping experience! Walk in and out of a store with no wait times, no checkout lines, and no line ups.
Complete with facial recognition sign-in, complete with a mobile companion app!
EZShop is a brick-and-mortar modular shopping infrastructure that provides customers with a completely frictionless shopping experience. Inspired by the recent innovations revealed by Amazon Go, our team ambitiously wanted to recreate the same experience - on a student budget. Furthermore, we wanted to innovate and go one step further - users of Amazon Go have to scan in and out of the store with a barcode to verify their identity. We wanted to remove that friction as well, and we did. With just everyday mobile devices, and a Raspberry Pi, we created EZShop.

The proof-of-concept that we actually created is incredibly true to our vision - we have built a revolving-door shopping system where individuals register into our database by providing only their name and a picture of themselves. Customers can then enter our shop by simply walking by the camera stationed at our entrance, and can pick up an item and have it automatically added to their cart. Items are detected as picked up by placing light sensors and ultrasound under their respective racks.

Managers can also track customers in their stores in realtime through our manager app by seeing which customers are in store and what they have in their cart.

Customers can view their cart in real time on their phone with our companion app and then walk out past our exit camera and be notified of their bill on their phone. All without human interaction, barcode scanning, and best of all, without wait times.

Created by Ruslan Nikolaev, Jung Choi, Soheil Hamidi, and Subhan Nadeem

0 comments on commit 609e3b1

Please sign in to comment.