Skip to content

jkuss1/face-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition for Raspberry Pi

This project uses:

Notes

face_recognition Library

  • The face_recognition library installation will take about 2 hours to complete.

I2C Display

  • I2C commands for display will work with Newhaven Display NHD-0216K3Z-FL-GBW-V3 but may not work for other displays.

Known Encodings

  • To make processing faster this project creates all encodings for saved known images beforehand.
  • Save known images to folder "known" and then run "get-known-encodings.py" to create the python file "known-encodings.py".

Image Size

  • The image resolution used when taking a photo is 640x480, this is to make processing faster and does not seem to affect facial recognition ability.

Twilio

  • sms.py requires account information from Twilio account to successfully send a text message.
  • If you want to send an image over MMS with Twilio you must make the image HTTP accessible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages