Git Product home page Git Product logo

face_recognition's Introduction

Face Recognition System

A facial recognition system is a technology capable of matching a human face from a digital image or a video frame against a database of faces. Such a system is typically employed to authenticate users through ID verification services, and works by pinpointing and measuring facial features from a given image.

Exaplain the contents of the repository:

This Repository you will find:

  • data_registred which is a folder that track all the faces that the model detect to be known
  • Images a folder that content all the images that you want the model to know them.
    • Note:the image name should be the name of person in the image.
  • Knowingfaces.py: python scrpits that read the image from the folder Images and make encode the face it detect on all the images with and then save it as csv format with their labels in face_encoding.csv.
  • app.py:python scripts that run the webcam and detect the faces their are already in encoded in face_encoding.csv

How to run the repository?

To use this repo first, you need to clone it with this cammand below:

git clone https://github.com/otman-ai/face_recognition.git

Install all the requirements:

pip install -r requirements.txt

Put the images you want to detect inside the Images folder;make sure the name of the image is correspond to the name of the person in the image. Then run the following command

python app.py

face_recognition's People

Contributors

otman-ai avatar

Stargazers

 avatar

Watchers

 avatar

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.