Last updated on 4th Nov 2022 Document Scanning is the process of converting physical documents into their digital form. It can be done by taking images either via a scanner or just your phone ...
TensorFlow Lite Model Maker: Create Models for On-Device Machine Learning
In this article, we will learn how to create a TensorFlow Lite model using the TF Lite Model Maker Library. We will fine-tune a pre-trained image classification model on the custom dataset, further ...
TensorFlow Lite: TFLite Model Optimization for On-Device Machine Learning
The recent trend in developing larger and larger Deep Learning models for a slight increase in accuracy raises concerns about their computational efficiency and wide scaled usability. We can not use ...
Object Detection using YOLOv5 OpenCV DNN in C++ and Python
You can either love YOLOv5 or despise it. You can't ignore YOLOv5! YOLOv5 has gained much traction, controversy, and appraisals since its first release in 2020. Recently, YOLOv5 extended support ...
How to build Chrome Dino game bot using OpenCV Feature Matching
The Chrome Dino game is a simple yet brilliant game that has infinite spawning obstacles with ever-increasing difficulty levels. The Dino T-rex needs to jump or duck to avoid hitting voids. The ...
WeChat QR Code Scanner in OpenCV
WeChat QR Code scanner is a Convolutional Neural Network (CNN) based library to detect and decode QR codes. As the name suggests, it was developed and contributed by the WeChat Computer Vision team. ...