Skip to content

lorenzosp01/iris-recognition-system

Repository files navigation

Iris Recognition System

Table of Contents

Introduction

This project is an iris recognition system that uses the Daugman's Rubber Sheet Model to extract the iris features. The system is implemented in Python and uses OpenCV for image processing.

Verification flow

Alt text

Dependencies

The project dependencies are listed in the requirements.txt file. To install the dependencies, run the following command:

  pip install -r requirements.txt

To add file to package dependencies, run the following command:

  pip freeze > requirements.txt

Please create .env file in the root directory and fill the environment variables listed on the template

Usage

To run the system, execute the following command:

    python iris_recognition.py

About

Iris Recognition System

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors