Skip to content

The face recogntion system is used to train the faces of employees and detect them when they walk past the camera. It can be used as an attendence system for the employees.

Notifications You must be signed in to change notification settings

Divyansh6799/Face-recognition-in-python-django

Repository files navigation

Face Recognition System using Django

The face recogntion system is used to train the faces of employees and detect them when they walk past the camera. It can be used as an attendence system for the employees.

The system is built using python libraries dlib and face_recognition. Django framework is used to develop the front end for the system.

Installation

Installing OpenCV, Dlib and face_recogntion libraries

pip install opencv-python
pip install dlib
pip install face_recognition

Installing other packages

pip install -r requirements.txt

Usage

Firstly,open the terminal run below command it will clone git repository and then navigate to project folder,

git clone https://github.com/Divyansh6799/Face-recognition-in-python-django.git

and run the following command for run the django server,

python manage.py runserver

Then go to the browser and enter the url http://127.0.0.1:8000/

 

)ScreenShot

About

The face recogntion system is used to train the faces of employees and detect them when they walk past the camera. It can be used as an attendence system for the employees.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published