All Projects → BADMG → SignatureVerification

BADMG / SignatureVerification

Licence: MIT license
A system to recognize whether signatures are forged or real.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
SCSS
7915 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to SignatureVerification

Kervolution
Kervolution implementation using TF2.0
Stars: ✭ 20 (+17.65%)
Mutual labels:  keras-tensorflow
GTAV-Self-driving-car
Self driving car in GTAV with Deep Learning
Stars: ✭ 15 (-11.76%)
Mutual labels:  keras-tensorflow
Recurrent-Neural-Network-for-BitCoin-price-prediction
Recurrent Neural Network (LSTM) by using TensorFlow and Keras in Python for BitCoin price prediction
Stars: ✭ 53 (+211.76%)
Mutual labels:  keras-tensorflow
machine learning course
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
Stars: ✭ 47 (+176.47%)
Mutual labels:  keras-tensorflow
uncertainty-wizard
Uncertainty-Wizard is a plugin on top of tensorflow.keras, allowing to easily and efficiently create uncertainty-aware deep neural networks. Also useful if you want to train multiple small models in parallel.
Stars: ✭ 39 (+129.41%)
Mutual labels:  keras-tensorflow
cnn-visualization-keras-tf2
Filter visualization, Feature map visualization, Guided Backprop, GradCAM, Guided-GradCAM, Deep Dream
Stars: ✭ 21 (+23.53%)
Mutual labels:  keras-tensorflow
100DaysOfMLCode
I am taking up the #100DaysOfMLCode Challenge 😎
Stars: ✭ 12 (-29.41%)
Mutual labels:  keras-tensorflow
ecce
ML Prediction of Bible Topics and Passages (Python / React)
Stars: ✭ 36 (+111.76%)
Mutual labels:  keras-tensorflow
deep-blueberry
If you've always wanted to learn about deep-learning but don't know where to start, then you might have stumbled upon the right place!
Stars: ✭ 17 (+0%)
Mutual labels:  keras-tensorflow
Keras catVSdog tf estimator
Source for post "An Easy Guide to build new TensorFlow Datasets and Estimator with Keras Model"
Stars: ✭ 32 (+88.24%)
Mutual labels:  keras-tensorflow
KerasMNIST
Keras MNIST for Handwriting Detection
Stars: ✭ 25 (+47.06%)
Mutual labels:  keras-tensorflow
CRNN-OCR-lite
Lightweight CRNN for OCR (including handwritten text) with depthwise separable convolutions and spatial transformer module [keras+tf]
Stars: ✭ 130 (+664.71%)
Mutual labels:  keras-tensorflow
faster rcnn
An implementation of Faster R-CNN applied to vehicle detection.
Stars: ✭ 22 (+29.41%)
Mutual labels:  keras-tensorflow
WGAN GP
Keras model and tensorflow optimization of 'improved Training of Wasserstein GANs'
Stars: ✭ 16 (-5.88%)
Mutual labels:  keras-tensorflow
ECG-acquisition-classification
Single Lead ECG signal Acquisition and Arrhythmia Classification using Deep Learning
Stars: ✭ 41 (+141.18%)
Mutual labels:  keras-tensorflow
Xtreme-Vision
A High Level Python Library to empower students, developers to build applications and systems enabled with computer vision capabilities.
Stars: ✭ 77 (+352.94%)
Mutual labels:  keras-tensorflow
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+288.24%)
Mutual labels:  keras-tensorflow
coral-ordinal
Tensorflow Keras implementation of ordinal regression using consistent rank logits (CORAL) by Cao et al. (2019)
Stars: ✭ 52 (+205.88%)
Mutual labels:  keras-tensorflow
Deep XF
Package towards building Explainable Forecasting and Nowcasting Models with State-of-the-art Deep Neural Networks and Dynamic Factor Model on Time Series data sets with single line of code. Also, provides utilify facility for time-series signal similarities matching, and removing noise from timeseries signals.
Stars: ✭ 83 (+388.24%)
Mutual labels:  siamese-neural-network
potato-disease-classification
Potato Disease Classification - Training, Rest APIs, and Frontend to test.
Stars: ✭ 95 (+458.82%)
Mutual labels:  keras-tensorflow

SignatureVerification - Axis Bank AI Challenge

A Web Application to detect whether a given signature is real or forged.

Code Requirements

You can install Conda for python which resolves all the dependencies for machine learning.

pip install requirements.txt

Description

A system to accept a genuine signature of the customer and store it in the database against the customer ID at the time of registration of the customer. This signature can be used to compare with the input signature received to check whether the input signature is real or forged by returning a Confidence Match Score.

Python Implementation

  • Network Used - Convolutional Siamese Network
  • Framework - Django

Procedure

  • For testing --

    1. Start cmd in SignatureVerification folder
    2. Type python manage.py runserver
    3. Navigate to http://127.0.0.1:8000/Main
    4. Start testing
  • During testing --

    1. Register the customer using the real signatures (You can upload upto 5 signatures)
    2. Click verify tab to enter the number of forms(For bulk verification)
    3. Now upload the images and enter the customer ID
    4. Click verify to find the predictions
  • For training the model --

    1. Download the provided source code and open keras-model folder.
    2. Download the provided dataset and extract in folder keras-model such that "../SignatureVerification/keras-model/dataset"
    3. Open model.py and set the current python working directory to keras-model/dataset
    4. Run the whole code

signatureverification

Contributors

1) Saurabh Bora - LinkedIn
2) Daksh Pokar - LinkedIn
3) Aniket Gokhale - LinkedIn
4) Atharva Dharmadhikari - LinkedIn
5) Manas Shende - LinkedIn

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].