Signature-Verification-System

Signature-Verification System

Application to detect the similarity of two signatures.

This Application helps mathematically evaluate similarity of two signatures. Simply capture or upload the picture of both signatures to be compared. Both the images will be displayed on the screen that are being compared. The popup will show the percentage match of the signatures. The signatures are compared using structural_similarity in skimage.metrics package.

Prerequisites

  1. Python >=3.6
  2. OpenCV
  3. Scipy
  4. Scikit-image

Run

  1. pip install requirements.txt
  2. python main.py

Preview

image image

Please open an issue if