Skip to content

This project is intended for IoT systems so that the home door opens automatically for the family members.

License

Notifications You must be signed in to change notification settings

fenilgmehta/Face-Recognition-and-Security-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition-and-Security-System

This project is intended for IoT systems so that the home door opens automatically for the family members.

Note: use python 3 and face-recognition==1.2.3 for the program execution to avoid any difficuly and errors

Steps for execution

Using client server model:

  1. run the "server.py" file on your server device. Note down the IP address and the port number printed
  2. "client_RPi_face_training.py" should be used on the client to add known/authorized people to the known people dataset
  3. "client_RPi_face_detection.py" to be used for face detection on the client side

How to run

  1. Start the server
   $ python3 server.py
   # note down the IP address and port number printed for client use
  1. To save known faces
   $ python3 client_RPi_face_training.py
   # follow the messages on the screen to proceed
  1. For unknown face recognition
   $ python3 client_RPi_face_detection.py
   # follow the messages on the screen to proceed

Future work

  1. Use REST API instead of using the networking library
  2. Use pynput to allow the user to take picture on key press.
    • In cam_laptop.py Replace cv2.waitKey
    • In cam_pi.py add key press support
  3. Add option to delete previously saved faces
  4. Add a feature to save user face from a small video where they will move their face in all directions for better recognition, inturn saving time of the user from taking multiple single images.
  5. Improvise the architecture to support multiple customer using Email-ID and password authentication.

About

This project is intended for IoT systems so that the home door opens automatically for the family members.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages