Skip to content

A face recognition module web based made with HTML, CSS, JavaScript with face-api library

License

Notifications You must be signed in to change notification settings

Stevencibambo/face-recognition-web-based

Repository files navigation

Face Recognition Web Based

alt text

The front-end is made by simple HTML, CSS, JavaScript with the help of the JS library face-api to detect face crop it and send it to the API built on top of Django framework for all task related to face recognition. We suppose 15 samples per person it enough for testing and training to get a better accuracy.

Face detector model can be found here and add the face_detector folder to api/app/modelnet/ directory

Requirements

  • web server, in my case I am using apache
  • python 3.7x

Note: You can choose to run both front-end and api in two separated directory, for me keep api inside the main project and create conda environment for the api

Installation