Skip to content

Bin Packing Fullstack Application with Camera Support

Notifications You must be signed in to change notification settings

PaulKMueller/BetterBoxing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bin Packing App

Created as result of a 1,5 day sprint at the Hackathon event hosted by the WBK insitute (KIT). This repository contains functionality to automatically scan, measure and optimize the packing arrangement of multiple smaller boxes in one bigger box. This greatly improves the space- and thereby the economic efficiency of packaging.

Contributors

Lennart Großkreutz, Thomas Marwitz, Paul Müller, Niklas Rondot, Timo Weberruß

Prerequisites

  • add Allow Cors (Chrome) or Cors Everywhere (Firefox)

Install

Take a look at the README in each subfolder

Run the app

  • Run Frontend: run npm start inside visualizer/
  • Run Bin Packing Backend: java -jar api-2.7.0 inside bin-packing-backend/api/target or bin-packing-backend/out
  • Run Scanning Backend: python main.py inside box-scanner

About

Bin Packing Fullstack Application with Camera Support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.6%
  • Java 13.3%
  • Python 5.6%
  • HTML 2.5%