adhiyyan / Microsoft-Engage-Facial-Recogniton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft-Engage-Facial-Recogniton

A Face Recognition Project used for marking attendance and Criminal Detection

Prerequisites

Install cmake

  pip install cmake

Install numpy

  pip install numpy

Install opencv-python

  pip install opencv-python

Install dlib : (requires Microsoft Visual Studio with C/C++ Compiler installed)

  pip install dlib

Install django

  pip install django

Install face_recognition link

  pip install face_recognition

Build and Deployment

Clone the repository

  git clone https://github.com/adhiyyan/Microsoft-Engage-Facial-Recogniton.git

Move to cloned directory then run the following commands:

  cd Face Recognition
  python manage.py runserver

This will give you URL of thr hosted website. By default it is:

  http://127.0.0.1:8000/

Home Page:

image

User needs to add pictures to be recognised in the Training images folder in the static directory: image

After that user needs to Sign Up and/or Login :

image

Attendance can be marked at the Attendance Page:

image

Criminal Detection Page:

image

Related

Here are some related links

Face_recognition Github and Installation Instructions

🛠 Skills

HTML,CSS,Javascript,Python...

About


Languages

Language:CSS 52.8%Language:HTML 23.3%Language:Python 13.1%Language:JavaScript 9.8%Language:PHP 1.0%