Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.09 KB

File metadata and controls

36 lines (25 loc) · 1.09 KB

✍️ Sign Forgery Detection System

A Python-based Sign Forgery Detection System that uses image processing techniques to analyze and detect forged signatures.
This project was created as part of my journey in learning Python and OpenCV, focusing on real-world applications of computer vision.


🚀 Features

  • 📄 Upload and compare signatures
  • 🧠 Image analysis using OpenCV
  • 🔍 Detects possible forgery based on similarity metrics
  • 💾 Stores signature records for future reference
  • 🎨 Simple UI (can be extended using Flask or Tkinter)
  • ⚙️ Modular and easy-to-understand Python codebase

🛠️ Tech Stack

Category Technologies Used
Language Python
Libraries OpenCV, NumPy, os, Pillow (optional)
Framework (optional) Flask (for web-based version)
IDE / Environment VS Code / Jupyter / PyCharm

⚙️ Installation and Setup

Follow these steps to run the project locally 👇

  1. Clone the repository
    git clone https://github.com/Scriptkiddie8/Sign-Forgery.git