Categories
General python Tools & HowTo

Authentication in Python: Biometric Fingerprint Matching

Before looking at biometric authentication in python with fingerprint matching, I want to explain the concept behind it. Why do you need an authentication system? Why should you build it without weaknesses? I’ll answer that and more with a basic program in python. Then, I’ll explore what authentication in python means with face recognition and fingerprint matching. […]

Categories
General python Sotfware & DevOps Tools & HowTo

Face Recognition in Python: A Beginner’s Guide

Face Recognition in Python: A Beginner’s Guide will be an utterly fascinating post about something that is both scary and amazing– face detection and analysis using artificial intelligence in Python. How cool is that? How terrifying is that?  Before getting into it, I think it’s important to lay some ground framework. I’ll list a few […]