Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 879 Bytes

File metadata and controls

19 lines (16 loc) · 879 Bytes

Signature Verification System

This project is a web-based Signature Verification System built using Flask and OpenCV. It allows users to upload two signature images, compares them, and verifies if the signatures are likely from the same person based on a similarity score.

Features

Upload two signature images. Real-time comparison using OpenCV's image processing techniques. Displays the result indicating whether the signatures are likely the same. Simple and intuitive web interface. Result shown in bold text for easy identification.

Technologies Used

Python (Flask, OpenCV, NumPy) HTML/CSS/JavaScript Jinja2 (Flask templating engine)

How to Use

Upload two signature images using the form on the homepage. Click on Submit to compare the signatures. The system will display a message indicating whether the signatures are likely from the same person or not.