Inksight
Description
Forensic signature verification with explainable AI. Detect forged signatures and see exactly WHERE the forgery is. pip install inksight
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Inksight
**Forensic signature verification with explainable AI.** Detect forged handwritten signatures and see exactly **WHERE** the forgery is.
[](https://pypi.org/project/inksight/) [](https://pypi.org/project/inksight/) [](https://opensource.org/licenses/MIT)
Install
pip install inksight
from inksight import Inksight
model = Inksight.from_pretrained("weights/best_model.pth")
result = model.verify("reference.png", "questioned.png", explain=True)
print(result.classification) # 'skilled_forgery'
print(result.confidence) # 0.94
result.gradcam_heatmap # numpy array — red = suspicious regions
What It Does
You give it two signatures. It tells you:
- Is it real or fake? — 4-class classification: genuine, random forgery, skilled forgery, disguised
- WHERE exactly is the forgery? — Pixel-level visual evidence via Grad-CAM + Integrated Gradients
| Feature | Other Tools | Inksight |
|---|---|---|
| Classification | Binary (genuine/forged) | 4-class (genuine / random / skilled / disguised) |
| Architecture | Single CNN | Dual-backbone (ResNet-50 + Swin-T fusion) |
| Explainability | None | Grad-CAM + Integrated Gradients |
| Legal compliance | Not considered | Daubert Standard + EU AI Act ready |
| Install | git clone + manual setup |
pip install inksight |
Architecture
Reference ──> ResNet-50 ──> 256-d embedding ──┐
Swin-T ──> 256-d embedding ──┤
├──> Fusion ──> 4-class prediction
Questioned ──> ResNet-50 ──> 256-d embedding ──┤
Swin-T ──> 256-d embedding ──┘
**Two detectives, one verdict:**
- ResNet-50 sees pen pressure, stroke thickness, micro-details
- Swin-T sees o
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI