Author name: Chinnam Ramya

Aadhar card number validation using Python

Python script for validating and generating Aadhar card numbers using verhoeff algorithm. File aValidate.py can be used for generating given Aadhar number. File aGenerate.py can be used for generating aadhar numbers. The numbers are generated using verhoeff algorithm so most of the aadhar verification services wont be able to differentiate between legit aadhar numbers and …

Aadhar card number validation using Python Read More »

To Detect human from an image using Python

Detecting humans in images is a common task in computer vision, often accomplished using machine learning models. Here’s a high-level overview of the theory and a practical guide to implement this in Python. Detecting Human from an Image Using Python Object Detection Basics: Object Detection involves identifying and localizing objects within an image. This is …

To Detect human from an image using Python Read More »

Scroll to Top