Skip to content

excy-ai/veinbiometrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finger vein biometrics

Description

This is a project of biometric recognition by finger vein pattern.

Technology stack

  • Python3.6
  • Django
  • OpenCV
  • MongoDB

How to run

Requirements

Install packages using pip (for python 3.6):

  • Pillow
  • django
  • djongo
  • opencv-python
  • numpy
  • matplotlib

Important notice

You must change default database name and username/password pair before using app!

Files to change:

Running in development mode

  1. Install Docker (≥ 18.09.7-ce)
  2. Install Docker Compose (≥ 1.17.1)
  3. Install Make
  4. Run following command in project root folder:
$ make init_db
$ make start_server

About

finger vein biometrics project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published