KhoubziAbdelhak / IrisProject

regocntion by iris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iris Recognition System

This project is an Iris Recognition System implemented in Python using Flask, OpenCV, and SQLAlchemy.

Description

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.

Installation

  1. Clone the repository:
git clone https://github.com/KhoubziAbdelhak/IrisProject.git
  1. Navigate to the project directory:
cd IrisProject
  1. install the required packages:
pip install -r requirements.txt

Usage

  1. Run the Flask application:
python app.py
  1. Open a web browser and navigate to http://localhost:5000.

  2. Login as admin (username: admin, password: admin).

  3. Upload an image or set of images compressed (.zip) to the system.

  4. Test the system by uploading a new image and comparing it to the database.

About

regocntion by iris


Languages

Language:Python 60.9%Language:HTML 39.1%