Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.67 KB

File metadata and controls

64 lines (48 loc) · 2.67 KB

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
[email protected]
8849364239

Thank You..!!! :)