Document Scanner with OpenCV Using Video Footage

Document Scanner with OpenCV Using Video Footage

Modern computer vision applications rely on live video capturing. Until now we were discussing only single image processing as a field of computer vision. Now, it’s time to introduce another dimension in our computer vision applications, time. Videos from live cameras...
C# MongoDB Guide

C# MongoDB Guide

The code that accompanies this article can be received after subscription* indicates required Email Address * The world of NoSQL really boomed in the 10s. It gave us more options in choosing databases than in the past few decades. Now, we can think about the...
Python Hidden Hacks You Probably Don’t Know About

Python Hidden Hacks You Probably Don’t Know About

Being one of the most popular languages, Python may be complicated to learn. There is a need to be involved in regular practice to improve Python coding skills. Getting new knowledge about Python can enable you to familiarize yourself with its exciting hacks. Thus,...
Implementing & Testing Repository Pattern using Entity Framework

Implementing & Testing Repository Pattern using Entity Framework

There are many blog posts and misconceptions about Repository Pattern, especially since the introduction of the OR/M libraries, like Entity Framework. In this article, we will investigate why this pattern is still useful, what are the benefits of using it and how we...
Implementing Simple Neural Network in C#

Implementing Simple Neural Network in C#

Often we forget that we stand on the shoulders of giants. Machine Learning, Deep Learning and AI have gained such traction, that there are many frameworks available. Today, it is really easy to pick the framework (for example ML.NET) of our choosing and start the...