Skip to main content

A package to compare face similarity from documents and original image.

Project description

Person Image Verification Package

Overview

The Person Image Verification Package allows users to upload a document containing an image of a person and an original image of a person. It then determines whether the person in both images is the same or different. This package leverages advanced image processing and machine learning techniques to provide accurate results. A package to compare face similarity using HOG features and cosine similarity.

Features

  • Image Upload: Upload any document containing an image of a person.
  • Original Image Comparison: Upload an original image of the person for comparison.
  • Verification: Determine whether the person in both images is the same or different.
  • Easy Integration: Simple and straightforward integration into any project.

Installation

pip install Face_Similarity

Example Usage

from face_similarity.similarity import compare_faces

image_path_1 = 'path/to/Document_image.jpg'
image_path_2 = 'path/to/original_image.jpg'

result = compare_faces(image_path_1, image_path_2)
print(result)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

face_similarity-0.0.2.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

face_similarity-0.0.2-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page