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.
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.
Python (Flask, OpenCV, NumPy) HTML/CSS/JavaScript Jinja2 (Flask templating engine)
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.