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.
The project dependencies are listed in the requirements.txt file. To install the dependencies, run the following command:
pip install -r requirements.txtTo add file to package dependencies, run the following command:
pip freeze > requirements.txtPlease create .env file in the root directory and fill the environment variables listed on the template
To run the system, execute the following command:
python iris_recognition.py