armendradahal/Django_face_recognition
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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.
Releases
No releases published
Languages
- Python 29.3%
- C++ 25.2%
- Makefile 18.7%
- CMake 15.8%
- C 9.9%
- HTML 0.5%
- Other 0.6%