Skip to content

rob2radical/SecurePDF-Auth

Repository files navigation

SecurePDF-Auth

Web based application that verifies the authenticity of a signature in a pdf file

Dependencies/Requirements:

Python 3.8

OpenCV-Python

$ sudo apt-get install python3-opencv

TensorFlow 2: The Deep Learning Library

$ pip install tensorflow

Numpy: Linear Algebra

$ pip install numpy

Matplotlib: Plotting images

$ pip install matplotlib 

Scikit-Learn: General Machine Learning Library

$ pip install -U scikit-learn

To convert pdf to images we need to install the pdf2image library:

$ pip install pdf2image

Email and GUI installations:

smtplab: sending emails

$ pip install secure-smtplib

PyQt5: Overall GUi

$ pip install PyQt5

QT Designer: editing visuals of the GUI

$ sudo apt-get install qttools5-dev-tools
$ sudo apt-get install qttools5-dev

Database connection:

$ sudo apt-get install libpq-dev
$ pip install psycopg2
$ pip install --upgrade google-cloud-storage google-auth

Contributors

Robert Quintanilla

Andrew DiCarlo

Isaias Martinez

  • item 1

Nicolas Ruiz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •