Tag: face recognizer
-
Building a Cat Face Recognizer in Python
How to detect the difference between human and cat faces? In this post, I will show you how to write a simple program that detects cat faces. In a previous most, I showed how to detect human faces using Python. When I was testing the code with many images, I realized that there were animals…
-
Simple Face Detection in Python
In this post, I will show you how to build a simple face detector using Python. Building a program that detects faces is a very nice project to get started with computer vision. In a previous post, I showed how to recognize text in an image, it is a great way to practice python in…