Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.3 KB

File metadata and controls

29 lines (25 loc) · 1.3 KB

Automated Signature Verification

Verify the authenticity of signatures by viewing the difference score between two signatures through a web application.

Pre-requisites

This project was implemented using the following libraries in Python 2:

How to run the Web Application

  • Create a folder and name it anything you want.
  • Extract the contents of the master file in this folder.
  • Navigate yourself inside the folder that you created.
  • Run the following file from command line: "python Web_App/Wisnett_Sig_App.py"
  • Open your browser and type localhost in url bar.
  • You can upload images of entire documents or cheques and crop the signature part using the "Crop Signature" button.
  • Click on calculate features for the signature uploaded first.
  • Click on calculate difference score for the singature uploaded second.

Credits

The pre-trained model and parts of the code were adopted from the following repository: https://github.com/luizgh/sigver_wiwd