Skip to content

This is a personal project I recently started working on. The program is mostly in python, it imports libraries like OpenCV, NumPy, and firebase. The program uses the user's web camera to recognize a user's face using a model which was trained with the LBPH(Local binary Patterns and Histograms) algorithm.

Notifications You must be signed in to change notification settings

tony-rsa/FaceRecognition_ML

Repository files navigation

Description

Program is able to detect and identify a users face using classification models and the openCV library.

Getting Started

Installation

Open treminal from the root directory of the program, next activate enviroment:

 '. .venv/bin/activate'

Executing Program

Unittests

Run unittest for each Method.

python3 -m unittest test_face_detector.py

Program still in progress more functions will be added.

About

This is a personal project I recently started working on. The program is mostly in python, it imports libraries like OpenCV, NumPy, and firebase. The program uses the user's web camera to recognize a user's face using a model which was trained with the LBPH(Local binary Patterns and Histograms) algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages