Skip to content

A simple project for face recognition based on local images. It uses open-source libraries to accurately identify and detect facial features.

License

Notifications You must be signed in to change notification settings

lucaarmetta/ImageAndVideoFaceDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageAndVideoFaceDetection

This Python project performs facial recognition using local images and videos, detecting and comparing faces with a database. It offers a simple interface for security applications or experimentation.

Description

This Python project implements a facial recognition system using locally stored images and videos. It leverages libraries to analyze visual content, detect faces, and compare them against an existing database. The project provides a simple interface to load images or videos, detect faces, and return key information such as face locations and matches with known faces. It's an ideal solution for those looking to integrate face recognition into security applications, access control, or simply experiment with the technology.

Contents

  • code/: Directory with Python source code used in the project.
  • README.md: This file, providing an overview of the project.
  • LICENSE: The license file specifying the terms of use for the code and documentation.

Installation

To run the code in this repository, it is recommended to follow this step:

  • Clone the repository to your computer:

    git clone https://github.com/lucaarmetta/ImageAndVideoFaceDetection
    cd ImageAndVideoFaceDetection

About

A simple project for face recognition based on local images. It uses open-source libraries to accurately identify and detect facial features.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages