Geometric transformations with OpenCV

Geometric transformations with OpenCV

As you dive deeper into image processing with OpenCV you are going to face problems that can only be solved with geometric transformations.  Image too big, the shape doesn’t match your needs or you want to rotate your image for some kind of data augmentation. All...
Introduction to OpenCV and Image Processing with Python

Introduction to OpenCV and Image Processing with Python

With its recent rise in the IT industry, computer vision (CV) has become one of the most promising fields of artificial intelligence (AI). Image processing, as such, is the foundation of CV. In this series of articles, we are going to cover the basics of it. As you...
Image Classification With TensorFlow.js

Image Classification With TensorFlow.js

The code that accompanies this article can be received after subscription * indicates required Email Address * A couple of days ago news about DALL-E 2 and its ability to create realistic images from text descriptions took the world by storm. Even though, this news...
Performance testing FastAPI ML APIs with Locust

Performance testing FastAPI ML APIs with Locust

The code that accompanies this article can be received after subscription * indicates required Email Address * MLOps knowledge has become one of the major skills that one machine learning engineer can have. However, putting a machine learning model into production...