Skip to content

badgerbroch/stud-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Stud Sorter UI

Welcome to the MVP version of the Stud Sorter UI. This web interface is the first step toward a fully automated LEGO sorting machine. The MVP focuses on a simple but functional frontend that captures images of LEGO parts using a webcam, sends them to the Brickognize API for identification, and displays the results.


Current Features

Manual Sort Page

Allows user to take a picture with lego brick and find what piece it is.

Automated Sort Page

Currently mocks live camera feed with video of legos moving across FOV. Connects to backend for image processing to find when a piece enters the fov to crop an area around it, detect what piece it is and then display the live result on the UI.

Features that still need to be implemented:

  • Sorting logic for which bin a certain peice should go into (Along with animation for highlighting bin).

Stats Page

Displays legos that have been identified during the session.


Running App

Clone Repo

git clone https://github.com/CS571-SU25/p30.git
cd p30

Build Docker Image and Start Services

docker compose up --build

Accessing App

Frontend: http://localhost:5173 Backend: http://localhost:5001

Stopping App

docker compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published