/lego-brick-classifier

Teaching my kids (and learning myself!) how to use DL image recognition to classify legos

Primary LanguagePython

Working with the family to build a "LEGO detector" that runs on a Raspberry Pi. Inspired by Sorting Two Tons of Lego

Install

You'll need to have Anaconda Instaled

Then, you'll want to configure a new conda environment using this repo's environment.yml file.

From Creating an environment from an environment.yml file:

$ conda env create -f environment.yml

Links