Skip to content

This project is an implementation of facial recognition in Python for the PinguimBots robotics group. It uses the OpenCV library to capture camera images and perform real-time face recognition.

Notifications You must be signed in to change notification settings

pinguimbotsathome/Face_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition in Python

This project is an implementation of facial recognition in Python for the PinguimBots Robotics group. It uses the OpenCV library to capture camera images and perform real-time face recognition.

Installation

To run this project, you need to have Python 3 installed on your system. In addition, you need to install the OpenCV library using the pip package manager. You can do this by running the following command in your terminal:

pip install opencv-python

You also need to install the NumPy library, which is used for array operations in the program. You can do this by running the following command in your terminal:

pip install numpy

Usage

To run the project, simply clone this repository and run the FaceDetection.py file. Make sure you have a camera connected to your computer so that the program can capture images.

Open the bash

Clone this repo using:

  • git clone [https://github.com/pinguimbotsathome/Face-detection.git](https://github.com/pinguimbotsathome/Face_recognition.git)

Then:

  • cd repository-name

And:

  • python FaceDetection.py

We hope that this project is helpful to you and your team in developing robots and facial recognition systems. If you have any questions or suggestions, please do not hesitate to contact us.

About

This project is an implementation of facial recognition in Python for the PinguimBots robotics group. It uses the OpenCV library to capture camera images and perform real-time face recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages