Description-
When the app first launches, you'll be given the choice to scan the device you wish to learn more about. Whether it's a smartphone or a laptop, our machine learning algorithm will detect it. Our machine learning model can currently recognise these two devices because we only have 3D models for 2-3 laptops and mobile phones owing to a lack of time. Following the device's detection, a 3D model of the device will be augmented, allowing the user to see all of the components employed inside it. For object detection, which is the detection of an electronic gadget, we use the yolov5 and yoloX models. We enhance the relevant electrical device in its 3d model once the gadget has been identified so that the user can explore it. We're utilizing web scraping to get information about the device, such as color and features. Yolo models have been converted to Onnx object detection models so that they can be utilized in continuous feed and operated in a C sharp script. This information is retrieved through a QR code on the device that displays information on the electronic components; the benefit of this is that it can display accurate specs even after the device has been modified and updated by a qualified person. Not only that, but the user can also see the provided details about these device components and learn more about them by selecting the option to see more details.
Discussion