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.
- Python
- 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
- Python 2.7:-
32-bit:
https://www.python.org/ftp/python/2.7/python-2.7.msi
64-bit:
https://www.python.org/ftp/python/2.7/python-2.7.amd64.msi - Package Installation
Open Command Prompt Window [go Start menu > search cmd > open]
>>cd C:\Python27\Scripts\pip install opencv-python
>>cd C:\Python27\Scripts\pip install pymysql
>>cd C:\Python27\Scripts\pip install numpy
>>cd C:\Python27\Scripts\pip install pillow
- 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
-
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.
Smit Shah
[email protected]
8849364239