Valet on the Voight-Kampff test – How to test Machine Learning? in Product Engineering . 7 min read The main question we had during Valet development was — “How to check whether it works or not?” We spent about two weeks on that, so let's dive in!
Transfer Learning Applied: 97% Accuracy in 30 Seconds in Product Engineering . 8 min read Use transfer learning to get the ML functionality you need faster and at a fraction of the cost of training a model from scratch.
Object Detection from Image and Video in Product Engineering . 7 min read We explore how to detect an object from video & image using HSV (hue, saturation, value) color space, OpenCV library in C++ and Python programming languages.
Face Detection from Image and Video in Product Engineering . 5 min read Let's dive into face detection from an image or video using the OpenCV library and C++ or Python code.