Skip to content

khashayardadashi/face-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition Authentication

Introduction

Note

This project aims to provide a secure and seamless identity verification process using facial recognition technology.

Installation and Setup

pip install flask
pip install dlib
pip install face_recognition
git clone https://github.com/khashayardadashi/face-id.git

Face Recognition Algorithm

Tip

This project is written using haarcascades artificial intelligence algorithm

Developed tools

Note

This program is written using Python's Flask framework, along with the OpenCV library and the Haar Cascade artificial intelligence algorithm.