Skip to content

Face identification algorithms focus on the identifiction of frontal human faces. It is analogous to image detection in which the image of a person is matched bit by bit. Image matches with the image stores in database. Any facial feature changes in the database will invalidate the matching process. It's mostly use for the security.

smitshah2206/FaceIdentification_With_Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceIdentification_With_Database

Hello,
Face identification algorithms focus on the identifiction of frontal human faces. It is analogous to image detection in which the image of a person is matched bit by bit. Image matches with the image stores in database. Any facial feature changes in the database will invalidate the matching process. It's mostly used for the security.

Which technology is used …???

  • Python

What is requirement …???

  • Software Requirement
    i] Python v2.7 IDLE
    ii] Text Editor or Python IDE [eg Eg JupiterNotebook++,Anaconda]
  • Package Requirement
    i] OpenCv [For Image Processing]
    ii] Pymysql [For Database]
    iii] Numpy
    iv] Pillow

How to Install the Software …???

How to import the Database …???


  • Start the XAMPP Server
  • Open Browser/Search :-localhost/phpmyadmin/Create New Database/Database name :- face_identification
    Note:- If you are renaming the databse,please rename the database to Face_Identification_SourceFile/index.py file otherwise there will be an error.
conn=pymysql.connect(host="localhost",user="root",passwd="",db="face_identification") /* db="Database Name"*/
  • Import Sql Table file
    Path:-Database/Database.sql

How to run the Project …???

  • Path
    Face_Identification_SourceFile/index.py.

  • Note:-
    XAMPP Server must be start
    i] Press 'q' for Quit.
    ii] Press 'y' for Yes.
    iii] Press 'n' for No.

SnapShot of the pages…!!!

picture alt picture alt

Copyright & Powered By

Smit Shah
smitshah22050602@gmail.com
8849364239

Thank You..!!! :)

About

Face identification algorithms focus on the identifiction of frontal human faces. It is analogous to image detection in which the image of a person is matched bit by bit. Image matches with the image stores in database. Any facial feature changes in the database will invalidate the matching process. It's mostly use for the security.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages