hlamba28 / Offline-Signature-Verification-using-Siamese-Network

Identifying forged signatures using convolutional siamese networks implemented in Keras
47 stars 29 forks source link

requirements.txt #1

Closed Pravesh001 closed 5 years ago

Pravesh001 commented 5 years ago

please write requirements.txt as many tensorflow functions are deprecated and will be removed in future versions. by this file we can make a virtual environment for the project so that it runs well. please tell me if there is a way to extract feature of these signature pic as this is really huge data.

hlamba28 commented 5 years ago

Hi Pravesh,

You can use any version of tensorflow >= 1.9.0 and Keras >= 2.0.0

Regarding feature extraction, Convolutional Neural Networks are responsible for that. I have not done any manual feature extraction.