Project name:
AuthentiSign
Senior Mentor:Manav
Junior Mentor:Meghana Tallapalli
Members:Hasini Banka
Jythraa Tota
Gundeboina Sameeksha
Gidugu Shanmukha Pavani Manishri
AuthentiSign is a project designed to detect signature forgery. The system captures the handwritten signature, extracts its Histogram of Oriented Gradients (HOG) features, and securely stores these features in a CSV file for reference. When verifying authenticity, the system compares the HOG features of a test signature against the stored features of the original signature, and uses cosine similarity and Correlation Factor to calculate the similarity score providing a reliable method for detecting forgery. AuthentiSign can be implemented in sectors like banking, and legal documentation, where handwritten signatures are commonly used for authentication.
| Name | Details |
|---|---|
| 3.11.9 | ![]() |
Step by step process of cloning the project, installments needed and how to use it
- Clone the repository
To run this project, you need the following tools and Python libraries installed:
Python Version:
- Python 3.8 or above Required Libraries:
- OpenCV for image processing: opencv-python
- Streamlit for UI: streamlit
- Scikit-Image for HOG feature extraction: scikit-image
- Scikit-Learn for similarity calculations: scikit-learn
- SciPy for correlation coefficients: scipy
- NumPy for numerical operations: numpy
Steps To Use the AuthentiSign Follow these steps to use the application:
- Start the Application
- Open your terminal or command prompt.
- Navigate to the project directory where the Python script is located.
- Run the Streamlit application.
- Enter Account Number and Capture Image
- In the input field labeled "Enter Account Number", type the account number associated with the signature.
- Click the "Capture Image" button to start the video stream from your configured IP camera.
- A live feed will appear in a separate window.
- Press the spacebar to capture an image of the signature.
- The captured image will be displayed on the Streamlit interface.
- Verify the Signature The application will:
- Check if the account number exists in the CSV file.
- If it’s a new account, the signature’s HOG features are saved.
- The application displays results: -> "Signature is Original": If the similarity and correlation exceed the thresholds. -> "Signature is Forged": If thresholds are not met.
This section provides instructions and details on how to submit a contribution via a pull request. It is important to follow these guidelines to make sure your pull request is accepted.
- Before choosing to propose changes to this project, it is advisable to go through the readme.md file of the project to get the philosophy and the motive that went behind this project. The pull request should align with the philosophy and the motive of the original poster of this project.
- To add your changes, make sure that the programming language in which you are proposing the changes should be the same as the programming language that has been used in the project. The versions of the programming language and the libraries(if any) used should also match with the original code.
- Write a documentation on the changes that you are proposing. The documentation should include the problems you have noticed in the code(if any), the changes you would like to propose, the reason for these changes, and sample test cases. Remember that the topics in the documentation are strictly not limited to the topics aforementioned, but are just an inclusion.
- Submit a pull request via Git etiquettes


