Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

→ Article about extracting text from pages, online documents, and images using OpenCV and Pytesseract in Python. There are different solutions…

→ Perform object detection on multiple streams with YOLO models on Jetson devices and NVIDIA GPUs. Object detection with multiple streams…

→ Detect faces using a pretrained YOLO model, segment the detected regions with the SAM segmentation model, and apply Gaussian blur to…

→ Real-Time Object Motion Estimation with Kalman Filter and FAST Algorithm, OpenCV — Both Python and C++ implementations available. The idea…

→ Article about using YOLO object detection models with image classification models sequentially, using PyTorch and TensorFlow. Object Detection and Image…

→ GUI for detecting objects using color information with OpenCV and Tkinter. When you see the title, you might be surprised…

→ Aligning images by applying perspective transformation with OpenCV in Python. When dealing with computer vision tasks, most of the time,…

→ Article about tracking moving objects with background subtractors in OpenCV, implemented in python and c++. Close your eyes and just…

→ YOLO Object Detection GUI that allows users to choose specific detection areas, labels, and adjust confidence values dynamically. With libraries…

→ A step-by-step guide to training image classification models using TensorFlow Keras with any custom dataset. I wrote 2 articles about…