Skip to content

nassorh/Rasperberry-Pi-Real-Time-Face-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rasperberry Pi - Real Time Face Recognition

This project is a face recognition system that uses Python and OpenCV to detect and recognise faces in real-time. The system is designed to work on a Raspberry Pi device but can also work on other platforms and is intended for anyone who wants to implement a simple and practical face recognition system for various purposes, such as home security, attendance tracking, or access control.

Installation

Rasperberry Pi

  pip install numpy
  sudo apt-get update
  sudo apt-get upgrade
  sudo apt-get install python3-opencv

Others

  pip install numpy
  pip install opencv-python

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages