Skip to content

ZehaoXU/face-recognition-on-RaspberryPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition-on-RaspberryPi

Face detection and face recognition based on raspberry pi 3. I use raspbian stretch with python 3.5, but other OS should also be good.

How to run?

  1. Run the 'trainModel.py' once on your computer.
  2. Plant the trained model to your raspberry pi and run the 'faceRecognize.py' to realize real-time face recognition.

Notes

  1. This project uses LBPH trainer in OpenCV 3+, which means OpenCV 2 is not supported. To install OpenCV 3 on your raspberry pi, I strongly recommend you to see this tutorial.

  2. Picamera library is not used, which means you can debug/run the whole project on your computer.

About

face detection and face recognition on raspberry pi 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages