What is it?
This project is designed to prove the concept of using image recognition to classify machine parts and find a suitable price for a machine part on a part wholesaler website. As this is a proof of concept project, a substitute for machine parts was used. LEGO bricks were used instead. The application works by using a convolutional neural network(CNN) model to accept an image of a part or LEGO brick and label it. Selenium is then used to auotmatically search a website for the price of the input part and returns it to the user.
View the documentation