The project is a image processing based detection system. It detects the electronics components and print its prize. Useful in a electronics store.
Training the model:
Login to edge impulse and created a new project called electronics.
install edge impulse on Raspberry Pi:
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
sudo apt install -y gcc g++ make build-essential nodejs sox gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-plugins-base-apps
npm config set user root && sudo npm install edge-impulse-linux -g --unsafe-perm
Turn on the camera if its not already on.
type this in command line: edge-impulse-linux
After answering some RPi will be connected to the edge impulse project.
I created a box with proper lighting to capture images.
Click on data acquisition and select Raspberry pi camera and used it to data capturing.
Trained the model to distinguish between electronics components.






Comments