Giter Site home page Giter Site logo

adityakalra581 / facial_recognition-project Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 138.22 MB

Complete Facial Recognition project using facial recognition package

Home Page: https://adityakalra581.github.io/Facial_Recognition-Project/.

Jupyter Notebook 99.75% Python 0.25%
facial-recognition opencv landmark-detection face-recognition attendance-system

facial_recognition-project's Introduction

Facial-Recognition-Project

  • Credits: Adam Geitgey

  • The main directory is face-identification-project but it is preferable to understand facial landmark detection first in order to execute the recognition part.

This project is completed using face_recognition package. This package is compatible with DLIB Library.

  • There are two jupyter notebooks in the face-identification directory:

face-identification [Built on Google Colab]

  • Advantages on Colab:
  1. GPU: Greater computing power, therefore better experience and faster results.

  2. No need for Dependencies Installment: In colab there is no need of installing dependencies.

  • Disadvantages:
  1. Quite rigid for OpenCV: There are certain restrictions in Colab while using OpenCV.

  2. No webcam Control: No alternate of controlling webcam using OpenCV in google colab, although you can just capture an image.

Face-Identification [Built on Local Machine]

  • Disadvantages on Local Machine:
  1. CPU: Less computing power therefore, "cnn" model is to be replaced with "hog"

  2. Dependencies Installment: Packages need to install: OpenCV, face_recognition and also face_recognition is not officialy compatible with Windows but there ways to install it.

  • Advantages:

  • Once everything is installed the process is smooth.

SAMPLE OUTPUTS:

Installing face_recognition package on Windows machine:

For working on Local Machine

Step1: Download and install python 3.8 or higher (64 bit)

  • visit Python Downloads and Download Windows x86-64 executable installer.

  • Note:

1. 32 bit for this project is useless.

2. While installing python tick ADD to PATH checkbox

Step2: Installing Microsoft Build Tools

Step 3: pip install cmake.

Step3: Installing face_recognition Package

There is no need to install Dlib Explicitly as face_recognition package comes along with this.

This is the best Video Tutorial I have seen.

Facial Attendance System

  • Logic: Facial Recognition Attendance System: Recognizing the face and checking whether the name is present in the CSV or Not. If yes then it does not overwrite and if no it will write the name with date.

File Structure:

  • Facial-Attendance-System:
    • detect.py: Main script
    • Attendance.csv : Attendance wil be marked here.
    • Known_faces : Consists the faces of people that needs to be recognised.

References:

1. face recognition installation for windows.

2. I have used this earlier to resort cmake error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.