Coder Social home page Coder Social logo

smart-trolley's Introduction

This project is part of the coursework in SRM IST with subject code 15EC496L : Major Project. In this project, a smart trolley was designed with automatic billing and storage system so that shopping can be done easier and quicker. Various components like barcode scanner, camera and load cell are embedded in the trolley networking them with the common server. Certain products have bar code readers which are billed using a bar code scanner. The rest of the products (loose items) like fruits and vegetables are classified based on the image processing algorithm. The image is captured and classified in the common server and based on this classification the items are billed with respect to its weight, measured using a load cell.
Moreover, once a person enters a specific lane, all the items in that lane are displayed on an LCD screen based on RFID technology attached to each trolley and lane. This is done for the person to easily identify where each commodities are in the aisle. The payment option is done though electronic payments within the trolley itself.

All the python files are included and these are to be run on a raspberry Pi 4 after it's initial setup. The image classification can be trained in a GPU. During run time, the image is sent to server and tested there. The corresponding hardware required and it's logic diagram is included in the report or can be requested to either of the collaborators.

Database.ipynb : The sample database which was created using firebase. After creating, the database is accessed by the raspberry Pi i.e. the trolley.The code for both creating and accessing is here.

Image_classification.py : Training and Testing the fruit/vegetable classification method. Convolution Network Model used is VGG 16 which has been trained for 100 epoch with 5 different classes (can be increased if needed).

Guiwithlogin.py : The Graphical User Interface when the user picks up the cart with username, password and other credentials.

Loadcellexec.py : Calculates the weight of the commodity placed on it.

rfidread.py and rfidwrite.py : Scans fo RFID tags and to find the correct card for it to display what's in the aisle.

server.ipynb : The image is sent to the server using TCP/IP protocol for classification. One module is the snippet for the server and the other is for the client.

smart-trolley's People

Contributors

bharatrajtj avatar havig avatar

Watchers

 avatar

Forkers

havig

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.