Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

thebenisson/MOSSNET

Repository files navigation

MOSSNET

Siamese Network for Hand-written Signature Verification [Final Year]

Setup

We recommend using python3 and a virtual environment. The default venv should be used, or virtualenv with python3.

python3 -m venv .env
source .env/bin/activate
pip install -r requirements_cpu.txt

If you are using a GPU, you will need to install tensorflow-gpu so do:

pip install -r requirements_gpu.txt

Dataset

Download our dataset and extract it into the directory data/input/. Any other dataset that may be used shoud be put in the same directory and structured like the one described here.

Training

To run a new training session, do:

python train.py

Evaluation

To evaluate the performance of the model on new data, do:

python evaluate.py

Notebook

A notenook is included if it is preferred that the code be run in any python notebook environment. Check out a ran version on kaggle

Acknowledgement

Our sincere gratitude to oor project supervisor Mr Jephthah Yankey, and the entire computer engineering faculty of the Kwame Nkrumah University of Science and Technology

Resources

About

Siamese Network for Hand-written Signature Verification [Final Year]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors