sourav-paramanya's picture
Upload README.md with huggingface_hub
38db9fc verified
|
Raw
History Blame Contribute Delete
943 Bytes
---
license: mit
tags:
- image-classification
- fraud-detection
- cheque-verification
- onnx
- pytorch
- computer-vision
metrics:
- accuracy
---
# Aegis ChequeGuard: Real vs. Fake Cheque Verification Engine ๐Ÿ›ก๏ธ
An advanced, production-ready computer vision model designed to classify and authenticate bank cheques as **Real** or **Fake/Photocopy** with high precision.
## ๐Ÿš€ Model Details
- **Architecture:** ResNet50 (Transfer Learning with custom classification head)
- **Task:** Binary Image Classification (Real Cheque vs. Fake Cheque)
- **Formats Available:** PyTorch (`.pth`) and Cross-Platform Optimized (`.onnx`)
- **Training Data:** Augmented financial document dataset optimized for real-world variations.
## ๐Ÿ“‚ Files Included
- `best_augmented_cheque_model.pth`: PyTorch trained model weights.
- `cheque_verification_model.onnx`: Exported ONNX model optimized for edge devices, mobile apps, and fast CPU/GPU inference.