Anywhere repetitive manual reading is done, we can replace it with text recognition. Here’s how to do text recognition using the Hussein ML Kit. Read all
In this article, I will introduce how we can use Java AOT compilation to eliminate the dead code in Java and therefore improve the performance dramatically. Read all
We will see how to integrate Google reCaptcha v3 in php to protect your web application from a spambot. Google reCaptcha v3 API most popular captcha solution. Read all
In this post, you will learn about the concepts of Perceptron with the help of Python example. It is very important for data scientists to understand the con... Read all
The Visitor design pattern lets us separate algorithms from the objects on which they operate. See how to implement it to follow the open/closed principle. Read all