This project is an Iris Recognition System implemented in Python using Flask, OpenCV, and SQLAlchemy.
The Iris Recognition System is a web application that allows users to upload images of eyes for iris recognition. The system processes the images, extracts features, and matches them against a database of known irises.
- Clone the repository:
git clone https://github.com/KhoubziAbdelhak/IrisProject.git
- Navigate to the project directory:
cd IrisProject
- install the required packages:
pip install -r requirements.txt
- Run the Flask application:
python app.py
-
Open a web browser and navigate to http://localhost:5000.
-
Login as admin (username: admin, password: admin).
-
Upload an image or set of images compressed (.zip) to the system.
-
Test the system by uploading a new image and comparing it to the database.