forked from Wingie/Django_face_recognition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
10 lines (7 loc) · 903 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
this project was developed as a face recognition system that can be used over a Django server to open the clients webcam and use the python bindings of openCV to perform Harr CLassification on the faces detected.
facedetection : contains the source code of the openCV application used to perform the face recognition via the haarclascade XML files.
image_manip : contains the C code to open the webcam and take snapshots and store them into the pics folder.
website : this folder is the django servr application whose python scripts are linked to the above two applications.
This project requires openCV and various python bindings to work properly. i did a lot of dirty hacks to get this ready on time for a project review.
but the code should give you a starting point to building it yourselves.
if you do need any help, ping me at [email protected] for any help insofar as i can offer you.