Go to file
Afeedh Shaji 6781a42eac Edit README 2021-03-13 20:15:26 +05:30
.env.sample Edit README 2021-03-13 20:15:26 +05:30
.gitignore Added request to remote srv feature 2021-03-13 20:09:51 +05:30
.isort.cfg Added request to remote srv feature 2021-03-13 20:09:51 +05:30
README.md Edit README 2021-03-13 20:15:26 +05:30
partial_homomorphic_encr.py Added request to remote srv feature 2021-03-13 20:09:51 +05:30
requirements.txt Added request to remote srv feature 2021-03-13 20:09:51 +05:30
run.py Added request to remote srv feature 2021-03-13 20:09:51 +05:30
sample.json Added request to remote srv feature 2021-03-13 20:09:51 +05:30
setup.cfg Added request to remote srv feature 2021-03-13 20:09:51 +05:30
utils.py Added request to remote srv feature 2021-03-13 20:09:51 +05:30

README.md

Fingerprint Authentication System (Local proxy server)

Before running:

Copy .env.sample to .env and edit the contents of the environment file to your required configuration setup.

Steps to run:

git clone git@gitlab.com:computer-security1/finger-verify.git
cd finger-verify
virtualenv --python=$(which python3) venv
source venv/bin/activate
pip install -r requirements.txt
python app.py