- Or use this link: https://www.youtube.com/watch?v=im5DmQXO7RE
- Clone the repo and
cd
into it - Downloading required models
- Download https://huggingface.co/Akshay-Dongare/kerasVggSigFeatures.h5 and place it in
SOURCE\vgg_finetuned_model
- Download https://huggingface.co/Akshay-Dongare/bbox_regression_cnn.h5 and place it in
SOURCE\vgg_finetuned_model
- Download https://huggingface.co/Akshay-Dongare/yolov5-CustomDatasetFromTobacco800 and place it in
SOURCE\yolo_files
- Download https://huggingface.co/Akshay-Dongare/CycleGAN-Signature-Verification-Dataset and place it in
SOURCE/gan_files/checkpoints/gan_signdata_kaggle
- Download https://huggingface.co/Akshay-Dongare/kerasVggSigFeatures.h5 and place it in
- In
SOURCE/vgg_finetuned_model/vgg_verify.py
, go to line 50 and put your own model path as raw string - Create Conda Environment (env exported from Windows 11 system)
conda env create -f ./environment.yml
- Activate Conda Environment
conda activate signature-verification
- Run Streamlit App
streamlit run ./ui.py