Code Monkey home page Code Monkey logo

face_assistance_validator's Introduction

Face Verification & Access Control App

This repository contains an application that leverages facial recognition technology to grant or deny access to individuals based on their permission status. It also keeps a record of entries in a database for security and auditing purposes.

Features

  • Facial Verification: The app uses facial recognition to identify individuals.
  • Access Control: Individuals are granted or denied access based on their permission status.
  • Database Recording: All access attempts are logged in a database for security and auditing.
  • User-friendly Interface: An intuitive interface makes it easy to use and manage access permissions.

Technologies Used

  • Python: The core programming language for the application.
  • OpenCV: Used for facial recognition and image processing.
  • SQLite: A lightweight database management system for storing access records.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/face-verification-access-control.git
    cd face-verification-access-control
  2. Create a virtual environment (recommended):

    python -m venv venv
  3. Activate the virtual environment:

    En Windows:

    .\venv\Scripts\activate

    En Linux/Mac:

    source venv/bin/activate
  4. Install the required dependencies:

    pip install -r requirements.txt
  5. Run the application:

    python main.py

face_assistance_validator's People

Contributors

mgobeaalcoba 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.