(Imagine Cup, Microsoft 2021)
Muditya Raghav Portflio
Table of Contents
JUSTWALKOUT store tries to bring the smooth, fast purchasing experience of e-commerce to the retail store – and without the restriction of a payment interface.
In JUSTWALKOUT, we try to give a totally seamless shopping experience: you can enter by scanning face by face recognition technology backed by AZURE and pick up the product, and JUSTWALKOUT of the store without standing in any queue or boring checkout processes.
- OpenCV - Computer Vision
- Hashmaps - Cart Management
- Dlib - Face Recoginition Library
- Django, Python3 - Web Framework
- PostgreSQL - Database Management System
- Register the user information and face pattern via webapp and webcam
- User login though webapp and connect bank details
- Enter the Store by face recognition
- Virtual cart is created and CRUD operation perform.
- Checkout via exit door camera and money debit from user accounts
- User can message from platform with invoice
- Dashboard page for setting and managements
- Windows 10 (64 bit ) or Ubuntu 20.04 or 18.04 (Environment)
- Clone the repo
git clone https://github.com/mudityadev/JUSTWALKOUT-The-Cashierless-Checkout-Store-master.git
- Install Requirements
pip3 install -r requirements
- Open Terminal and type
python manage.py runserver
- Open Browser and put the link
http://127.0.0.1
- Dashboard
- Registration
- Login
- Store Dashboard
- Add Money in Wallet
- Bill Generate
- System Design - Face Recognition
- System Design of JUSTWALKOUT
- Demonstration Youtube Video, Click down below
- Check-In and Check-out though QR or Fingerprint
- Integrate with UPI
- 2 factor authenication of checkout
Muditya Raghav
Thank you