Skip to content

sunsunskibiz/QRorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR order - Scan food orders with QR code

This is a Java Desktop Application that helps to convert QR order (list of food with QR code) into RDF format (Turtle) and send to another computer via Gmail and summary of the list of food that ordered each day. This application uses QR code and PDF Library to create QR order, use a webcam to scan QR order and use OpenCV to convert QR order to Turtle.

QR order (list of food with QR code)

QR order

Scan QR order via webcam

Scan1

Result from scanning

Scan2

Table of contents

Features

  • Create QR order
  • Scan Qr order by webcam
  • Save list of food in RDF format(Turtle)
  • Send list of food to another computer via Gmail
  • Summary of the list of food that ordered each day

Technologies

  • Java/JavaFX - version 12
  • Maven - version 3.6.1
  • OpenCV - version 3.4.5
  • Apache jena - version 3.10.0
  • Turtle (RDF)
  • Gmail
  • QR code
  • Webcam

Setup

Setup local environement

  1. Install JDK 12.0
  2. Install OpenCV 3.4.5
  3. Install Maven 3.6.1
  4. Install Apache jena 3.10.0
  5. Connect webcam to Computer cashier/ Main computer

Restaurant layout RestaurantBlueprint

Setup parameter

  1. Open HelloFX.java with text editor
  2. Fill Cashier email, Cashier password, Kitchen email, Kitchen password
  3. Chosen mode that this computer want to use between Cashier = main.fxml and Kitchen = kitchen.fxml

Usage

command line

mvn javafx:compile
mvn javafx:run

Status

Project is: finished

About

Scan food orders with QR code by using OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages