Go to file
Afeedh Shaji 80474626c5 Update bug 2021-04-01 22:09:17 +05:30
dataset Changed threshold 2021-03-17 11:57:57 +05:30
db Changed threshold 2021-03-17 11:57:57 +05:30
dumps Update bug 2021-04-01 22:09:17 +05:30
fingercode Changed threshold 2021-03-17 11:57:57 +05:30
keys Update bug 2021-04-01 22:09:17 +05:30
src Update bug 2021-04-01 22:09:17 +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
.python-version Added python version 2021-03-15 09:35:15 +05:30
README.md Added DB folder 2021-03-16 21:47:49 +05:30
__init__.py Added enroll & validate operation 2021-03-14 04:26:53 +05:30
constants.py Added enroll & validate operation 2021-03-14 04:26:53 +05:30
requirements.txt Restructured 2021-03-16 01:32:01 +05:30
run.py Update bug 2021-04-01 22:09:17 +05:30
sample.json Update bug 2021-04-01 22:09:17 +05:30
setup.cfg Added request to remote srv feature 2021-03-13 20:09:51 +05:30

README.md

Fingerprint Authentication System (Local proxy server)

Edit environmental variables:

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

Development Setup:

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

Generate pub-priv key pair:

python3 -m src.keygen

Initialize database:

python3 -m db.init

Run the code

python3 -m run